sourcegraph alternatives and similar software solutions
Based on the "IDE/Tools" category.
Alternatively, view sourcegraph alternatives based on common mentions on social networks and blogs.
-
Regexr
RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions. -
RStudio Server
RStudio is an integrated development environment (IDE) for R -
Zalenium
A flexible and scalable container based Selenium Grid with video recording, live preview, basic auth & dashboard. -
ML-Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science. -
Selenoid
Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary. -
Theia
Theia applications examples - docker images, desktop apps, packagings -
Judge0 API
🔥 The most advanced open-source online code execution system in the world. -
Wakapi
📊 A minimalist, self-hosted WakaTime-compatible backend for coding statistics -
Gitpod
DEPRECATED since Gitpod 0.5.0; use https://github.com/gitpod-io/gitpod/tree/master/chart and https://github.com/gitpod-io/gitpod/tree/master/install/helm -
HttPlaceholder
A very flexible cross platform HTTP stub application. -
Babelfish
Self-hosted server for source code parsing. It can parse any file, in any supported language, extract an Abstract Syntax Tree from it, and convert it to a Universal Abstract Syntax Tree which can enable further analysis and transformation.
Less time debugging, more time building
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of sourcegraph or a related project?
README
Sourcegraph is a fast and featureful code search and navigation engine.
Features
- Fast global code search with a hybrid backend that combines a trigram index with in-memory streaming.
- Code intelligence for many languages via the Language Server Index Format.
- Enhances GitHub, GitLab, Phabricator, and other code hosts and code review tools via the Sourcegraph browser extension.
- Integration with third-party developer tools via the Sourcegraph extension API.
Try it now
Sourcegraph has three editions:
- Sourcegraph Cloud lets you search over the open-source ecosystem plus your private code. Search strings, search patterns, search symbols and find references across your entire codebase and the open-source world.
- Sourcegraph Enterprise lets you run your own Sourcegraph instance in your own environment.
- Sourcegraph OSS is an open-source version of Sourcegraph that provides the core functionality of Sourcegraph (code search, code browsing, basic code navigation), but lacks more advanced features (enterprise authentication, repository permissions, admin controls, advanced code navigation, etc.)
Source code for all three editions is contained in this repository. See the License section for more details.
More:
- Install the open-source browser extension to add Sourcegraph-like powers to your code review and code host.
- File feature requests and bug reports in our issue tracker.
- Visit about.sourcegraph.com for more information about features, use cases, and organizations that use Sourcegraph.
Self-hosted installation
Sourcegraph Enterprise (free up to 10 users)
The fastest way to run Sourcegraph self-hosted is with the Docker container. See the quickstart installation guide. There are also several additional ways of running a production instance.
Sourcegraph OSS
- Go through Quickstart to install
sg
and dependencies - Start the development environment in OSS mode:
sh sg start oss
Sourcegraph should now be running at https://sourcegraph.test:3443.
For detailed instructions and troubleshooting, see the local development documentation.
Development
Refer to the Developing Sourcegraph guide to get started.
Documentation
The doc
directory has additional documentation for developing and understanding Sourcegraph:
- [Project FAQ](./doc/admin/faq.md)
- [Architecture](./doc/dev/background-information/architecture/index.md): high-level architecture
- [Database setup](./doc/dev/background-information/postgresql.md): database best practices
- [Go style guide](./doc/dev/background-information/languages/go.md)
- Documentation style guide
- [GraphQL API](./doc/api/graphql/index.md): useful tips when modifying the GraphQL API
- [Contributing](./CONTRIBUTING.md)
License
This repository contains both OSS-licensed and non-OSS-licensed files. We maintain one repository rather than two separate repositories mainly for development convenience.
All files in the enterprise
and client/web/src/enterprise
fall under [LICENSE.enterprise](LICENSE.enterprise).
The remaining files fall under the [Apache 2 license](LICENSE.apache). Sourcegraph OSS is built only from the Apache-licensed files in this repository.
*Note that all licence references and agreements mentioned in the sourcegraph README section above
are relevant to that project's source code only.