Free Development & DevOps Software

DBeaver DBeaver

DBeaver is an open-source SQL client and a database administration tool. With DBeaver you can manage any relational databases that has support for JDBC driver, in a well designed GUI. The software is released as two separate versions, DBeaver Community Edition and DBeaver Enterprise Edition. DBeaver Community Edition is freely used and distributed under the ACL license. While DBeaver Enterprise Edition is sold at a monthly subscriptions, and supports NoSQL databases like MongoDB, Cassandra, InfluxDB, Redis, Amazon DynamoDB, Google Bigtable and CouchDB.

GNOME Builder GNOME Builder

GNOME Builder is an integrated development environment for the GNOME desktop environment. The IDE is built from the ground up to aid developers in building GNOME-base applications. GNOME Builder supports a vareity of programming languages including C/C++, Python, Rust, and Vala, as well as ctags integration for unsupported languages. The IDE provides functionallity for searching for files, classes, and functions with lightning fast fuzzy search, source code maps, side-by-side tiling, git intigration, application profiling using Sysprof, inline documentation and much more.

Three.js Three.js

Three.js is a free and open-source JavaScript 3D library. The aim of the project is to create an easy to use, lightweight, 3D library with a default WebGL renderer. The library also provides Canvas 2D, SVG and CSS3D renderers in the examples.

MySQL Workbench MySQL Workbench

MySQL Workbench is a free and commercial open-source tool for managing MySQL databases visually through a GUI. MySQL Workbench provides features like data modeling, sql development, and comprehensive administration tools. MySQL Workbench is developed by Oracle Corporation and is a successor to DBDesigner 4. The community edition of MySQL Workbench is released under the GNU General Public License, while the enterprise edition is released as a commercial proprietary software.

Babylon.js Babylon.js

Babylon.js is one of the world's leading WebGL-based graphics engines. From a new visual scene inspector, best-in-class physically-based rendering, countless performance optimizations, and much more, Babylon.js brings powerful, beautiful, simple, and open 3D to everyone on the web.

Phoenix Framework Phoenix Framework

At its core, Phoenix is a rock-solid web framework that improves the tried and true Model-View-Controller (MVC) architecture with a fresh set of functional ideas. Phoenix puts the focus on your business domain, bringing you immediate productivity and long-term code maintainability. Versatility at your fingertips. The Phoenix Framework also provides the concept and implementation of LiveView, allowing you as a developer to build real-time application using the power of elixir and websockets.

TextMate TextMate

TextMate is a powerful and customizable, general-purpose GUI text editor for macOS. TextMate supports a huge varity of programming languages and actions that can be written for any language that can work with stdin, stdout, and environment variables, and for complex interactions. TextMate is released fully open-source under the GNU General Public License.

Cocos Creator Cocos Creator

Cocos Creator is a script development, entity-component and data-driven game development tool focused on content creation. It comes with an easy-to-follow content production workflow and a powerful suite of developer tools for game logic and high-performance game creation.

web2py web2py

Web2py is a free and open-source web application framework written Python. With Web2py, developers can build dynamic applications with ease. The framework ships with "batteries included" for fast multi-threaded web server, SQL database and web-based interface. Web2py also ships with a web-based IDE that can be used to manage your application using your browser. A single instance can also run multiple web applications using different databases. Web2py free of charge under the LGPLv3 License.

Vim Vim

Vim dates back all the way to 1991 when Vim's author, Bram Moolenaar released it to the public. Vim is a highly configurable text editor built to enable efficient text editing. The software is released as free and open-source software under the Vim License. Vim is often called a "programmer's editor," as it relies more on customization of shortcuts and makes heavy use of macros that can be combined with muscle memory to achieve maximum proficiency. Vim was designed for use in both command-line interfaces and as a standalone application in a graphical user interface.