OneDev is a self-hosted unified development platform that combines Git repository hosting, CI/CD pipelines, issue tracking, and project management in a single application.
The platform addresses the fragmentation of development workflows across multiple tools by integrating code hosting, continuous integration, kanban boards, and issue management into one system. It provides language-aware code search and navigation across any commit, allowing developers to click symbols to find occurrences and perform regex-based searches. Code review is enhanced through inline annotations showing test coverage and detected problems from CI/CD pipelines, plus the ability to discuss and suggest changes on any selected code or diff. The tool automates dependency updates via Renovate integration and enforces code protection rules that require reviews or CI/CD verification based on which users modify which files in which branches. Issue workflows are customizable with manual or automatic state transitions, and a service desk feature converts issues into a customer support ticket system linked to email.
Teams should consider OneDev if they want to consolidate their development infrastructure into a single self-hosted platform rather than maintaining separate tools for repositories, CI/CD, and project management. It suits organizations that need fine-grained control over code protection policies, automated kanban boards that respond to commits and deployments, and integrated time tracking. The platform is particularly valuable for teams seeking language-aware code navigation and discussion capabilities built directly into the review process.
The project maintains active development with regular updates to its core features and integrations. The team dogfoods the platform by developing OneDev itself on their own instance, providing real-world validation of the tool's capabilities. Development activity shows consistent refinement of existing features alongside introduction of new functionality across multiple domains including CI/CD, issue management, and code review workflows.