Introducing
The Slant team built an AI & it’s awesome
Find the best product instantly
Add to Chrome
Add to Edge
Add to Firefox
Add to Opera
Add to Brave
Add to Safari
Try it now
4.7 star rating
0
What is the best alternative to RhodeCode?
Ad
Ad
Deveo
All
14
Experiences
Pros
11
Cons
2
Specs
Top
Con
Proprietary
There's no open source version of Deveo available.
See More
Top
Pro
Git, Subversion and Mercurial support
Deveo supports Git, Subversion and Mercurial repositories. You can access the repositories through HTTPS and SSH protocols.
See More
Top
Con
On-premises plan is paid
Deveo's on-premises plan is a paid service. The price is 3 euros, per user, per month, and it includes a free 30-day trial.
See More
Top
Pro
Repositories are grouped by project
In services such as Gitlab and GitHub repositories are not grouped by default. When doing other than open source software development, however, Deveo generally has at least backend and front-end in separate repositories that both connect to the same project. In Deveo, repositories always belong to a project and share the same Wiki and Issue tracking space, which makes it easier to find the project specific information.
See More
Top
Pro
Both Cloud and On-Premises supported
You can install Deveo on your own servers, as mentioned above, or use it from Deveo's own cloud instance.
See More
Top
Pro
Local accounts, LDAP, AD or SAML2 single sign-on
Deveo supports using multiple authentication scenarios. You may use Deveo local user database for simple usage. You can authenticate Deveo against your organization's centralized user directory (LDAP, AD) and you can even integrate it with an SAML2 based single sign-on service.
See More
Top
Pro
Supports also Subversion and Mercurial
In addition to Git support, Deveo also supports hosting Mercurial and Subversion repositories. Deveo code reviews also support feature branch workflows using Mercurial bookmarks or branches.
See More
Top
Pro
WebDAV repository support
In addition to Git, Subversion and Mercurial repositories, you can host WebDAV based binary repositories in Deveo. WebDAV is a technology that allows you to set up private dropbox type repositories where you can simply drag-and-drop files through OSX finder for example. It's a convenient way to store binary packages, project documentation, specifications and more.
See More
Top
Pro
Scalability and high-availability
Deveo can be set up in three different modes: combo, where you have everything on one server, high-availability, where you have separated database server, and cluster, where you have multiple web nodes serving the load. The cluster setup has been field-tested with thousands of concurrent users.
See More
Top
Pro
Better issue tracking than GitHub, Gitlab or Bitbucket
Issue tracking in Deveo is better compared to GitHub, Bitbucket or Gitlab. In Deveo you can define arbitrary states for issues, meaning you can model your team's workflow as it is in real life. In addition to arbitrary states for issues, you have free control over priorities and labels that enhance the experience.
See More
Top
Pro
Git powered wiki
Deveo has a project based built-in markdown based Wiki, that allows you to host your project documentation in one place. The whole wiki history is saved to a Git repository, which you can checkout and edit locally if you need. Deveo offers a unique split view for editing the wiki pages, that updates the preview automatically while you write. No longer do you need to guess whether the markdown syntax is right or wrong.
See More
Top
Pro
Free private repositories
Deveo's cloud is free to use with unlimited private repositories, users, and projects. The free plan includes 1GB of total disk space, and after that the price is 1 euro/GB/month.
See More
Top
Pro
Free cloud instance
Deveo offers a free cloud with. You'll be able of signing up here.
See More
Specs
Git:
Yes
SVN:
Yes
Mercurial:
Yes
Hide
See All
Experiences
Get it
here
11
3
GitLab
All
31
Experiences
Pros
22
Cons
8
Specs
Top
Pro
Free and open source
GitLab is a free and open source project licensed under MIT. Source code for Enterprise Edition can be found here and Community Edition here.
See More
Top
Con
Not lightweight
GitLab is demanding, Gitea is a much more lightweight solution which uses less CPU and memory.
See More
Top
Pro
At feature parity with GitHub
Gitlab is very close to Github in use and feel, written in Ruby on Rails, open source and hosted on Github as well as on GitLab.com
See More
Top
Con
The upgrade process fails more often than not
Even for minor versions such as 9.2.0 to 9.3.0. Sometimes the upgrade failure is silent and only seen when logging in first time after update and an http 502 error is given.
See More
Top
Pro
Regular updates
GitLab is being constantly worked on and has a new release every month on the 22nd. Updating is also very easy through a single apt-get command.
See More
Top
Con
Not all features are free
GitLab's Service Desk features and some more are only available in GitLab EE.
See More
Top
Pro
Has wikis and pages
Wiki and pages support out of the box.
See More
Top
Con
Kind of slow
See More
Top
Pro
Supports pull requests
Has pull request (AKA, merge request) support.
See More
Top
Con
LDAP lacking
importing groups from ldap is only available in EE (Entreprise Edition) not in CE(Community Edition)
See More
Top
Pro
Easy to install with the packages
With the packages available here, GitLab can be installed in two minutes.
See More
Top
Con
Requires at least 1GB of RAM
The default installation is meant for already many users and recommends 2GB of RAM. 1GB is possible but results in some HTTP 500 errors. On a Raspberry Pi 2 it runs fine most of the time, though it eats 75% of the RAM. Another option is to reduce unicorn['worker_processes'] in gitlab.rb.
See More
Top
Pro
Support for protected branches
A protected master branch means that no code can be merged to master without passing a code review by an authorised developer. With GitLab this comes out of the box.
See More
Top
Con
Bad code review possibilities
No precommit reviews.
See More
Top
Pro
Good web UI
GitLab's UI is clean and intuitive. Each view is designed to not fill the screen with useless information. It displays the activity in a feed-type way in the most prominent part of the view. On top of that, there's a toolbar with buttons which can filter this feed by pushes, merge events or comments. On the left, there's a menu that displays all the links that take you to the different views. For example, a file directory which displays all the files in that repo, a commit view which displays all the commits in cronological order, a network and a graph view that display important information graphically etc... All these details make GitLab's UI extremely intuitive and easy to use, no view is overflown with information and every view displays only the most useful and crucial information needed at that time.
See More
Top
Con
Security risks
Read GitLab provides remedies for slew of potential risks and GitLab Critical Security Release.
See More
Top
Pro
Issue tracking support
Has issue tracking out of the box. Creating tickets, commenting on issues, closing issues etc... It's all there out of the box.
See More
Top
Pro
Integrates fully with LDAP
The Lightweight Directory Access Protocol is an application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network. GitLab EE adds additional functionality over CE such as support for multiple LDAP servers and group sync.
See More
Top
Pro
Comes with integrated CI/CD solution
GitLab CI makes it easy to set up CI and deployment for projects in GitLab. It supports parallel testing, multiple platforms, Docker containers and streaming build logs.
See More
Top
Pro
Permissions and roles are supported
It has private/public repositories, roles for users (master, developer, reporter, guest). All of these can be set from the user interface. Same permissions set for the UI work for the SSH as well.
See More
Top
Pro
Supports Approvers/Reviewers of Pull/Merge requests
Since 7.12 you can define a minimum number of approvers for merge requests.
See More
Top
Pro
"Snippets" support
Snippets are similar to (well-known) GitHub "gists". They are a way to share code or have conversations about anything without needing a full git repo. The implementation here reminds more of a sort of pastebin.
See More
Top
Pro
Scalable
A single instance can handle up to 40,000 users (requires a server with 64 core CPU and 64 GB of RAM) and it can run on multiple application servers to grow beyond that.
See More
Top
Pro
Integrates with other systems by webhooks
Integrates out of the box with services like Bugzilla, Pushbullet, Microsoft Team Notification and many more - one can also add own webhooks to integrate with own services.
See More
Top
Pro
Manages large files and binaries with integrated Git Annex
Git Annex enables Git to manage large files (esp binaries) without checking them into Git.
See More
Top
Pro
Can provide a Docker registry
The default docker.io registry is the docker hub but you can also login to other docker registries. And GitLab provides one for all Repos that make use of this feature.
See More
Top
Pro
Most GitLab EE features become part of GitLab CE after time
EE is the commercial Enterprise Edition, CE is the free and OpenScource Community Edition. Features such as Cycle Analytics were first a part of the EE and are now also available in CE.
See More
Top
Pro
Integration with third party applications
GitLab integrates with multiple third-party services to allow external issue trackers and external authentication. GitLab can integrate with many third-party apps to allow external issue tracking and authentication. It can also be integrated with several services, such as: Slack Campfire Flowdock Hipchat Gemnasium Pivotal Tracker
See More
Top
Pro
Very feature rich RESTful-API
GitLab exposes a REST API that allows automation possible, like PR bots.
See More
Top
Pro
Allows Timetracking with Cycle-Analytics
Very useful project management feature that allows you to know how long it takes to go from the idea to production.
See More
Specs
Platforms:
Linux
Git:
Yes
SVN:
No
Mercurial:
No
See All Specs
Hide
See All
Experiences
Free (Hosted/CE)
630
139
Codeberg
All
5
Experiences
Pros
4
Specs
Top
Pro
Open source
Fully open source, no subscription plans. Every available feature is provided for free and every new feature with each update will be free as well, forever.
See More
Top
Pro
Intuitive user interface
Easy to mess around and feels very natural in general.
See More
Top
Pro
Managed by a non-profit organization
Codeberg is community driven and managed by a non-profit organization based in Berlin, Germany. The servers are also managed by them. In conclusion, your privacy and source code is protected!
See More
Top
Pro
Lightweight
Codeberg uses Gitea as its Git software so it's extremely lightweight. Especially compared to Gitlab or Github.
See More
Specs
Platforms:
Web
Git:
Yes
SVN:
No
Hide
Free
23
6
Bitbucket
All
16
Experiences
Pros
11
Cons
4
Specs
Top
Pro
Integrated issue tracking system
BitBucket comes with an integrated issue/tickets management system.
See More
Top
Con
Private repositories are free for only 5 users
Private repositories are free for teams with 5 members or less. If a team is larger, then BitBucket charges for each additional team member.
See More
Top
Pro
Free unlimited private repositories for small teams
Bitbucket offers unlimited private repositories for free, as long as the number of members in a team is not larger than 5. In other words, it does not charge for each number of private repository, instead it charges by the number of team members.
See More
Top
Con
Proprietary
See More
Top
Pro
Native application for both Mac and Windows
Atlassian, the company behind BitBucket is also behind SourceTree, a free application for Windows and Mac wich works as a client for both Git and Mercurial and can be connected to BitBucket and/or other code hosting services.
See More
Top
Con
Not as stable as github
Users have experienced several half a day downtimes, almost every month. True, github is down once in a while, but when GitHub is down complaints breaks loose on Twitter, TechCrunch, and other major media outlets. For the past 5 years github has been down only three times, and two of these times they were attacked by major adversaries.
See More
Top
Pro
Multiple authentication methods
BitBucket supports Twitter, Facebook, OpenID, Google and even GitHub authentication.
See More
Top
Con
Requires registration of a "universal atlassian account"
Not a big con for some, but annoying to others.
See More
Top
Pro
JIRA integration
JIRA, the widely used project and issue tracker is developed by Atlassian, the same team that's behind BitBucket. When the two are integrated, JIRA automatically updates issues when a new commit is made in the BitBucket repo.
See More
Top
Pro
Allows importing existing repositories
BitBucket has a feature which allows users to import an existing repository that has been hosted elsewhere. The process is very simple, either a service is selected from a dropdown menu and then a repo can be chosen and the URL for a repository can be added in the specified field. Once that's done, the repository is now uploade into BitBucket and can be edited, forked and compared to other repos hosted there.
See More
Top
Pro
Supports hosting static websites
BitBucket supports uploading and hosting static HTML pages for it's users.
See More
Top
Pro
Unlimited contributors for private repositories for students/educators
Atlassian offers student licenses for both students and educators for Atlassian products that will be used in a classroom setting for education. This includes BitBucket, which means that students and teachers can have unlimited private repositories with and unlimited number of contributors.
See More
Top
Pro
Backed by a trustable company that has proved it's worth
BitBucket is developed and maintained by Atlassian, which is not an unknown venture, especially for developers. Atlassian has a great number of other products used by million of users worldwide, including JIRA, HipChat, Confluence and Stash.
See More
Top
Pro
Easy Trello integration
You can link BitBucket with your Trello board easily.
See More
Top
Pro
Excellent tutorials
See More
Specs
Git:
Yes
SVN:
No
Mercurial:
Yes
Hide
See All
Experiences
Free / paid
274
58
Gitea
All
15
Experiences
Pros
14
Specs
Top
Pro
Light-weight
Easy to install and setup. Can run on a VPS with 1 core CPU and 256MB RAM.
See More
Top
Pro
Open source and maintained by community
Unlike Gogs, which is maintained primarily by its creator.
See More
Top
Pro
Intuitive interface
Easy to navigate around and feels very natural in general.
See More
Top
Pro
Non-memory consuming
Just like Gogs, but with new features and fixed bugs. Unlike GitLab which is enormous.
See More
Top
Pro
Wiki and issues
Like GitHub, a wiki and issues (bugtracking) can be added to a repository.
See More
Top
Pro
Fast pace of development
New features, constantly updated.
See More
Top
Pro
Like Gogs but with faster bug fixes
If you love Gogs but were frustrated with the long wait for bugs to be fixed, this is for you.
See More
Top
Pro
Most common platforms
Versions available for Linux, Mac and Windows. This is possible because Gitea is developed in the Go language which makes it compact and fast too. Only one executable is needed.
See More
Top
Pro
Easy install with MariaDB back-end
No problems getting to work with MariaDB.
See More
Top
Pro
Simple to install/written in GO
See More
Top
Pro
Package Registry
Supports NuGet, npm, Cargo, Composer, Maven, RubyGems etc. To work with the NuGet package registry, you can use command-line interface tools as well as NuGet features in various IDEs like Visual Studio.
See More
Top
Pro
Runs perfect on a Raspberry Pi 3
Thanks to its light-weight and simple integration.
See More
Top
Pro
Customizable Templates
All templates can be overridden.
See More
Top
Pro
Focus only on key features
And if you want extra features, you can use web hooks.
See More
Specs
Platforms:
Windows, Linux, Mac, Docker
Technology:
Go
Git:
Yes
SVN:
No
See All Specs
Hide
See All
Experiences
Free
332
71
Gogs
All
12
Experiences
Pros
6
Cons
5
Specs
Top
Pro
Self-hosted
See More
Top
Con
Only one maintainer
The project is driven by only one maintainer. The development will stop if he for some reason stops supporting the project.
See More
Top
Pro
Very light
Gogs is very light and has very low minimal requirements.
See More
Top
Con
Can not make pull requests between branches of forked repositories
See More
Top
Pro
Excellent performance and efficiency
The fact that it's written in Go means that it has excellent performance even with little resources (less RAM for example).
See More
Top
Con
No third party provider support
See More
Top
Pro
Simple installation
The installation process is very simple, just a binary file that needs to be run on the directory where the user wants to install Gogs
See More
Top
Con
Can't filter by a user to see all their commits in one place
I want to see a single user's entire history, but clicking a user's name only shows all users' history, not just the one I clicked.
See More
Top
Pro
Open Source
Distributed under the MIT license.
See More
Top
Con
Supports only git
Gogs supports only the Git management system.
See More
Top
Pro
Cross-platform compatibility
Gogs is written in Go, this means that Gogs can be run anywhere that Go can compile. Be it Linux, Windows or OSX.
See More
Specs
Platforms:
Windows, Linux, Mac
Git:
Yes
SVN:
No
Mercurial:
No
See All Specs
Hide
See All
Experiences
Free
146
59
GitHub
All
25
Experiences
Pros
17
Cons
7
Specs
Top
Pro
Large community
GitHub is the largest code host on the planet with over 21.4 million hosted repositories and many users. It's unarguably the largest VCS used by developers worldwide and as such, it has a vibrant community that follows it resulting in many guides and tutorials for new users. Even experienced developers can always find an answer to any question they may have.
See More
Top
Con
Rule of thumb: 1GB per repository, 100MB per file
For most repositories this is acceptable, but for already large repositories with a long history, this may be a limiting factor.
See More
Top
Pro
Nice and usable UI
GitHub's UI is clean and intuitive. Each view is designed to not fill the screen with useless information. For example, the repository view displays only the most crucial data about that repo - on the top it displays the number of commits, branches, releases and contributors. When clicked, each of them will take the user to a page that displays more detailed information.
See More
Top
Con
Proprietary
See More
Top
Pro
Integrated issue tracking
GitHub has integrated issue tracking that makes hunting and solving bugs easy. Each project's issues page can be filtered by closed issues, assignees, labels and milestones. Issues are also sortable by age, number of comments and update time.
See More
Top
Con
Steals and sells your privacy
See More
Top
Pro
Provides free hosting for static websites
GitHub Pages is a feature that allows developers to create websites for their projects or anything they need a static website for, for free.
See More
Top
Con
Limited web browser support
Modern web browsers like Waterfox are no longer supported, breaking basic UI elements and making the site unusable.
See More
Top
Pro
Anyone can fork
Any user can fork a project and submit a pull request. If accepted by the owner, the fork will be merged with the master branch.
See More
Top
Con
No OAuth2 support
In order to sign in to GitHub, users have to sign up first with unique credentials for GitHub only, so no option to sign in with Google+ or Facebook.
See More
Top
Pro
GitHub makes it easy to find open source projects
GitHub is the largest host in the world for open source projects. Developers from all over the world fork and work on countless projects hosted on it. GitHub's search box is a powerful tool that allows developers to find open source projects in areas they are interested in and where they can immediately start to contribute. GitHub also has a page dedicated solely at exploring and finding open source projects, grouping them by each topic they cover. In the same view, GitHub displays trending repositories and sorting them by day, week or month.
See More
Top
Con
Owned by Microsoft
See More
Top
Pro
Gist (Snippets)
Gists is GitHub's way to easily share code, text snippets or any kind of information with the world. They are an easy way to share text and they work as Git repos, which means that they are forkable and versioned. They are also fully compatible with Git.
See More
Top
Con
Very inconvenient UI
Very hard to switch between projects.
See More
Top
Pro
Simplified team management tools
GitHub has easy and useful features to control teams, large and small alike. Team members can be given different powers on different projects, ranging from the ability to create them, to only being able to have read-only access.
See More
Top
Pro
Convenient continuous integration with Travis CI
GitHub can be integrated with Travis CI for code testing and deployment, furthermore it is free of charge for free open-source projects.
See More
Top
Pro
Supports Two-Factor authentication
GitHub has added another layer of security to their user accounts. This layer comes in the form of Two-Factor authentication. After it's enabled, GitHub delivers an authentication code by SMS, or by a free application for smartphones. After two-factor authentication is enabled, the authentication code is sent to the account owner's phone any time someone attempts to sign into their GitHub account. This means that only someone who has both the password and authentication code can sign into the account.
See More
Top
Pro
Easy integration with cloud hosting services
Many widely used cloud hosting services are easily integrated with GitHub. Any project hosted on GitHub can be set up on these services in seconds. Some companies that offer this feature are: Amazon Web Services Google Cloud Heroku Windows Azure
See More
Top
Pro
Support for mandatory code reviews
GitHub allows maintainers to make code reviews mandatory for any repository they choose.
See More
Top
Pro
Code search functionality
GitHub supports searching code. Whether it's from a specific project or from the whole website. What's more, GitHub has excellent SEO and you can easily find any line of code hosted on public repos on GitHub even from Google.
See More
Top
Pro
Excellent native apps
GitHub has native apps for mobile (iOS and Android), Windows and Mac, which make code deployment easier and faster.
See More
Top
Pro
Student discounts
GitHub offers very good student discounts along with other things, such as AWS credits.
See More
Top
Pro
Additional features for academics
For those with a valid .edu email or valid school ID there are additional benefits such as free private hosting. While it may take time for the account to be verified, it can easily be worth it.
See More
Top
Pro
Project management tools available
GitHub has a tool called (quite intuitively) "Projects". It helps teams to organize and prioritize the work they are doing by creating roadmaps and release checklists.
See More
Specs
Git:
Yes
SVN:
Yes (Limited)
Mercurial:
No
Hide
See All
Experiences
Free / paid
357
84
Gitbucket
All
9
Experiences
Pros
6
Cons
2
Specs
Top
Pro
Easy to install
See More
Top
Con
Can not rename or delete user
GitBucket just disables user login and deletes user's repository.
See More
Top
Pro
Wiki and issues available
GitBucket has support for wiki, issues, pull requests and mail notification.
See More
Top
Con
Still has some features that have not yet been implemented
Some features are still missing, but are in the process of being implemented. Such as: Network graph Statistics Watch / Star
See More
Top
Pro
Supports public and private repositories
GitBucket supports both public and private repos, as well as user management (only allowed to administrators).
See More
Top
Pro
Online file editing
Support for file editing right from the browser UI is supported.
See More
Top
Pro
LDAP support
The Lightweight Directory Access Protocol is an application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network.
See More
Top
Pro
Monthly release
New version of GitBucket released every month.
See More
Specs
Platforms:
Windows/Linux/Mac
Technology:
Scala, Java
Git:
Yes
SVN:
No
See All Specs
Hide
See All
Experiences
Free
25
3
Launchpad
All
5
Experiences
Pros
3
Cons
1
Specs
Top
Con
The web interface is complicated and hard to use
Other project hosts such as GitHub, BitBucket or GitLab have easy, simplistic UIs that help new and experienced developers alike to browse code right through the browser. LaunchPad on the other hand is very weak at this. Most of the projects have poor (if any) documentation and no way to determine a project's worth easily. The fastest way to do so with LaunchPad would be to download the project and look through the code manually, which is quite tiresome.
See More
Top
Pro
Support for web based translation
Launchpad makes it easy to translate free open source projects into virtually any language in the world. Users are allowed to start working on translating any project they want just by having a Launchpad account and a web browser. Most of the time they don't have to even join a team to start working and the editor is web based, so there is no need for any special software.
See More
Top
Pro
Integrated build/deployment system
If you use launchpad, it gives you a build system (on their platform) as well as easier deployment - user merely adds your PPA to their sources.list file. Deployment (on Ubuntu, at least - other debians as well) doesn't get simpler than this.
See More
Top
Pro
Great bug tracking features
Launchpad is built to be used for open source projects, as such it needs a powerful bug trackers to allow developers who want to contribute to jump right in. Launchpad displays bug statistics (total number of bugs, number of bugs fixed etc...) as well. Bugs can be searched and displayed from every project hosted on Launchpad or for single projects.
See More
Specs
Git:
Yes
SVN:
No
Mercurial:
No
Bazaar:
Yes
Hide
Free
12
15
sourcehut
All
4
Experiences
Pros
4
Top
Pro
Lightweight
No javascript, drasticly light interface
See More
Top
Pro
Email-Based Communication and Coordination
Unlike other services that make their communication services like mainstream social media, Sourcehut uses good old mailing lists to make things simpler. It capitalizes on git's "git send-email" feature. This is in adherence to Sourcehut's general design, which is to make simple, reliable products. The official website is at https://lists.sr.ht, and they have a tutorial on setting your git client up at https://git-send-email.io
See More
Top
Pro
Includes build service
Sourcehut has an automated build service at https://builds.sr.ht that can build your code from it's repository. Because the project is in alpha, this service is currently free (they will build your projects for you for free!)
See More
Top
Pro
"Pro" features are free since the project is still in Alpha
Because the project is in alpha, the "pro" features are free.
See More
Hide
Free / paid
7
2
{CodeStore}
All
10
Experiences
Pros
6
Cons
3
Specs
Top
Pro
Multiple languages
{CodeStore} is available in English and German.
See More
Top
Con
No export
No export supported.
See More
Top
Pro
Multiple platforms
Runs on Windows, Linux and Mac and also brings a web client.
See More
Top
Con
€10 per year for unrestricted use
For unrestricted use of all features, an account is required that costs €10 per year.
See More
Top
Pro
Free to use
{CodeStore} is free to download.
See More
Top
Con
Java required
Requires a Java installation to run.
See More
Top
Pro
Share with users
Supports sharing snippets with other users or setting a snippet as "public" to make it visible on the website for all developers in the world.
See More
Top
Pro
Cloud synchronization
Automatic synchronization with the {CodeStore} cloud. No iCloud or Dropbox required.
See More
Top
Pro
Syntax highlighting
Syntax highlighting for over 25 programming languages.
See More
Specs
Price:
Free / €10 p.a.
Supported platforms:
Web, Windows, Linux, Mac
Export:
none
Sync:
{CodeStore} cloud (proprietary)
Hide
See All
Experiences
€10 p.a.
22
0
Gerrit
All
9
Experiences
Pros
6
Cons
2
Specs
Top
Pro
Authorizations for users and groups
Gerrit supports group and user authorizations for various repositories. Only authorized users can push code to the master branch.
See More
Top
Con
The UI is very cluttered
Gerrit's user interface is very cluttered and messy, and quite ugly to look at. The navigations is also not very intuitive, which may hold some people off.
See More
Top
Pro
Integration with LDAP, bug-tracking tools, CI, etc.
Full integration with LDAP (users, groups), bug-tracking systems (Jira, Bugzilla), CI (Jenkins, Hudson) and other tools.
See More
Top
Con
Difficult to customize
Fixing the UI/UX problems with CSS customization is nearly impossible. The markup doesn't include many classes, making it difficult to target CSS rules to specific elements of the interface.
See More
Top
Pro
Configurable project workflow, not always feature branches are the most suitable workflow
See More
Top
Pro
Project policy customization can be done with hooks and plugins
Multiple hooks available on various events. Plugin API for more customization of project behavior.
See More
Top
Pro
Self-contained installation of Java package, simple upgrades
Most upgrades require only download of new war file and running it in init mode. In some rare cases db reindex is required.
See More
Top
Pro
Web UI extension with plugins
A number of plugins available for web UI extension. Plugin API for more customization.
See More
Specs
Platforms:
Linux
Hide
See All
Experiences
Get it
here
16
8
Chisel
All
3
Experiences
Pros
2
Cons
1
Top
Con
No support for Git, Mercurial or SVN
Git especially is the most popular version control tool out there, followed closely by Mercurial and SVN, and Chisel supports neither of them.
See More
Top
Pro
Free with no limitations
Both public and private repositories cost nothing to host. You can have any number of them as well as any number of collaborators. The platform itself is also free (libre) and open source software.
See More
Top
Pro
Fossil support
This means you get a wiki and a bug tracker that you can work with locally offline and both are version-controlled. You are also able to customize, e.g., the look of your project's repository if you want to.
See More
Hide
Get it
here
4
3
TFS
All
16
Experiences
Pros
15
Cons
1
Top
Pro
Concurrent
TFS contains very few locks and aims to be as suitable for multithreaded systems as possible. It makes use of multiple truly concurrent structures to manage the data, and scales linearly by the number of cores. This is perhaps the most important feature of TFS.
See More
Top
Con
Not ready for use
While many components are complete, TFS itself is not ready for use.
See More
Top
Pro
Usable in other systems
It was never planned to be Redox-only.
See More
Top
Pro
Revision history
TFS stores a revision history of every file without imposing extra overhead. This means that you can revert any file into an earlier version, backing up the system automatically and without imposed overhead from copying.
See More
Top
Pro
Data integrity
TFS, like ZFS, stores full checksums of the file (not just metadata), and on top of that, it is done in the parent block. That means that almost all data corruption will be detected upon read.
See More
Top
Pro
Copy-on-write semantics
Similarly to Btrfs and ZFS, TFS uses CoW semantics, meaning that no cluster is ever overwritten directly, but instead it is copied and written to a new cluster.
See More
Top
Pro
O(1) recursive copies
Like some other file systems, TFS can do recursive copies in constant time, but there is an unique addition: TFS doesn't copy even after it is mutated. How? It maintains segments of the file individually, such that only the updated segment needs copying.
See More
Top
Pro
Guaranteed atomicity
The system will never enter an inconsistent state (unless there is hardware failure), meaning that unexpected power-off won't ever damage the system.
See More
Top
Pro
Improved caching
TFS puts a lot of effort into caching the disk to speed up disk accesses. It uses machine learning to learn patterns and predict future uses to reduce the number of cache misses. TFS also compresses the in-memory cache, reducing the amount of memory needed.
See More
Top
Pro
Better file monitoring
CoW is very suitable for high-performance, scalable file monitoring, but unfortunately only few file systems incorporate that. TFS is one of those.
See More
Top
Pro
All memory safe
TFS uses only components written in Rust. As such, memory unsafety is only possible in code marked unsafe, which is checked extra carefully.
See More
Top
Pro
Full coverage testing
TFS aims to be full coverage with respect to testing. This gives relatively strong guarantees on correctness by instantly revealing large classes of bugs.
See More
Top
Pro
Improved garbage collection
TFS uses Bloom filters for space-efficient and fast garbage collection. TFS allows the FS garbage collector to run in the background without blocking the rest of the file system.
See More
Top
Pro
SSD friendly
TFS tries to avoid the write limitation in SSD by repositioning dead sectors.
See More
Top
Pro
Full-disk compression
TFS is the first file system to incorporate complete full-disk compression through a scheme we call RACC (random-access cluster compression). This means that every cluster is compressed only affecting performance slightly. It is estimated that you get 60-120% more usable space.
See More
Top
Pro
Asynchronous
TFS is asynchronous: operations can happen independently; writes and reads from the disk need not block.
See More
Hide
See All
Experiences
Get it
here
3
0
Codeit
All
7
Experiences
Pros
6
Cons
1
Top
Pro
Free and open source
Source code is available on Github.
See More
Top
Con
No multiple accounts
It would be useful to add more than one Git host account to Codeit.
See More
Top
Pro
Supports a lot of languages
C, C++, C#, CSS, HTML, Java, JavaScript, Lua, LaTex, Python, Ruby, SQL and more.
See More
Top
Pro
Easy to setup
Codeit is really quick to load and pretty simple in terms of UI, so setup is a minute max. It's a web app, so it weighs nothing on your phone too.
See More
Top
Pro
Live view
If you're editing a site and want to see how it looks, you can swipe up from the bottom edge and see it live, without any hosting, you can share these previews as well.
See More
Top
Pro
Consistency
Codeit is available on Windows and macOS/iOS as well as Linux and Android, and looks the same on all platforms. The editor is pretty simple and you don't have to get used to new code editors every time you swap platforms.
See More
Top
Pro
Supports 200 languages
See More
Hide
See All
Experiences
Free
15
2
Simple Snippets
All
7
Experiences
Pros
5
Cons
2
Top
Pro
Set of snippets
There are snippets created and shared by other people
See More
Top
Con
Help page
Help page is still under construction.
See More
Top
Pro
Web-based
All your snippets are available at work, at home or on your mobile device.
See More
Top
Con
No search yet
Search feature is not available at the moment. So you cannot find snippets by keywords.
See More
Top
Pro
Private pages
All your code is private by default, but you can share specific snippets with others if you want. Some other sites allow private pages only for extra payment.
See More
Top
Pro
Code highlighting
It supports highlighting for dozens of languages, even less known ones.
See More
Top
Pro
Free
It's absolutely free at the moment.
See More
Hide
See All
Experiences
0
2
0
Buddy
All
7
Experiences
Pros
5
Cons
1
Specs
Top
Pro
Easy Pipeline Setups
The ease to setup custom pipelines are amazing, can easily various settings quickly and then be ready to deploy.
See More
Top
Con
Unlimited private repositories are not free
To have more than three repositories and to bypass the limit of 100MB per repository it's not free. It costs $3/month.
See More
Top
Pro
Multitude of Actions
Almost any action you can need and think of is already here, making it easy for you to setup your pipeline.
See More
Top
Pro
Nice material design
The design is minimalistic and based on today's standarts on material design. It uses colors which are pleasing to the eye and displays the information in an ordered way. The main view shows the latest activity sorted in a chronological order, displaying commits and pushes. Every repo has it's own view, on the top there's the repo's name and a dropdown which displays the current branch with the ability to change to another branch or to create a new one. On the right there's a vertical menu with links to add a new file, show the history or to download the current repository.
See More
Top
Pro
Free private repositories
Private repositories are free. Although they are free for up to 3 repos and each repository must be less than 100MB in size.
See More
Top
Pro
Lots of integrations, for example discord, slack
See More
Specs
Git:
Yes
Service integrations:
Amazon Web Services, DigitalOcean, Heroku, Azure, Google Cloud Services, Kubernetes, Slack, New Relic, Pushbullet, Pushover
SVN:
No
Mercurial:
No
See All Specs
Hide
See All
Experiences
Get it
here
19
3
Kiln
All
4
Experiences
Pros
2
Cons
1
Specs
Top
Con
Non-free
Kiln is not free, but it has the option for two users to try it for free first.
See More
Top
Pro
SSH support
Kiln offers you an option between HTTPS and SSH for security.
See More
Top
Pro
User permissions features
With Kiln, teams can be created and individual users can be given different kinds of access to the repositories, this allows for a much tighter security.
See More
Specs
Git:
Yes
SVN:
No
Mercurial:
Yes
Hide
Paid
28
5
Boostnote
All
15
Experiences
Pros
10
Cons
4
Specs
Top
Pro
Cross platform support
Supports Windows, macOS and Linux.
See More
Top
Con
Some of the features are not consistent
See More
Top
Pro
Markdown support
See More
Top
Con
Must use third-party service for sync-ing (Dropbox, etc.)
Boostnote does not have sync-ing capabilities and relies on third-party services to fulfil notes storage. There are additional steps involved to set this up.
See More
Top
Pro
Free
See More
Top
Con
Can't work in "real" offline mode
See More
Top
Pro
Open source
See here.
See More
Top
Con
Very poor syncing
Data loss may occur on syncing.
See More
Top
Pro
Great for developers
Boostnote is great for developers looking to take programming notes with code snippets and such.
See More
Top
Pro
Supports code snippets and syntax highlighting
Boostnote has the ability to store code snippets and comes with syntax highlighting out of the box, supporting many languages.
See More
Top
Pro
Works offline
Boostnote doesn't require an internet connection to work. You can write notes offline and sync later.
See More
Top
Pro
Global search, tag feature
See More
Top
Pro
Comes with many themes
Boostnote comes with many themes out of the box, most of which are popular themes and color schemes for code editors: e.g. 3024, base16, solarized, tomorrow.
See More
Top
Pro
vim/emacs key bindings available
Boostnote supports vim/emacs key bindings. If you're a developer familiar with either of them, navigation should be easy to pick up.
See More
Specs
Platforms:
Windows/MacOS/Linux/Android/IOS
License:
GPL v3
API:
No
Dark Theme:
Yes
See All Specs
Hide
See All
Experiences
Get it
here
605
54
3Cols
All
13
Experiences
Pros
9
Cons
4
Top
Pro
100% Free
Funded instead from a Patreon.
See More
Top
Con
May keep you out from logging in and accessing your snippets
See More
Top
Pro
Easy to share snippets
You can either share with an account or an organisation, or if someone doesn't have an account yet, you can even just send them a link.
See More
Top
Con
No desktop version
See More
Top
Pro
Cloud based
Can be accessed anywhere on any device and installed via PWA.
See More
Top
Con
Doesn't integrate with IDE
See More
Top
Pro
Export function
You can export all of your snippets in a .zip from the site.
See More
Top
Con
Super slow sometimes
You may not be able to login when you need to access your snippets.
See More
Top
Pro
Easy to use
See More
Top
Pro
Lots of different languages supported
There is syntax highlight support for over 25 different languages.
See More
Top
Pro
Public snippet repository
While not always useful, it is interesting to look through the repository of snippets people have made public.
See More
Top
Pro
API
Create your own custom software with 3Cols API and Nuget package.
See More
Top
Pro
Fantastic editor
The editor is quick and easy to use.
See More
Hide
See All
Experiences
$0
20
4
Built By the Slant team
Find the best product instantly.
4.7 star rating
Add to Chrome
Add to Edge
Add to Firefox
Add to Opera
Add to Brave
Add to Safari
Try it now - it's free
{}
undefined
url next
price drop