Free Development & DevOps Software

Crystal Crystal

A free and open general-purpose, object-oriented programming language developed by Ary Borenszweig, Juan Wajnerman, Brian Cardiff and a community with over 300 contributors. Crystal is statically type checked, which means that all code errors will be caught at compile time, rather than fail on runtime. Crystal provides an easy-to-learn syntax similar to Ruby, while at the same time producing performance similar to that of the programming language C.

Momentum Framework Momentum Framework

Momentum is an open-source framework for building enterprise server-side Deno applications in TypeScript. It provides the paradigms and design patterns to guide developers to create robust, scalable, and enterprise-grade applications. By focusing on a batteries-optional approach, Momentum provides a strong core that is easily extendable into a rich developer experience via dependency injection modules. While the framework is opinionated by design, this modular system aims to be unobtrusive and to allow developers to create abstraction layers over any codebase or third-party modules.

Webmin Webmin

Webmin is a web-based interface for system administration tool for Unix-like systems. You can use Webmin in any modern browser to setup and manage& user accounts, Apache web server, DNS configuration and alike. The software removes the mundane task of manually editing Unix configurations and allow you to easily setup hosting for applications, sites and web services.

Pygame Pygame

Pygame is a library that includes a set of modules designed for writing video games in Python. Pygames wraps and adds functionallity on top of the C library SDL. A cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. Allowing you to create fully featured games written entierly in the programming language Python.

Rancher Rancher

Rancher enables organizations to easily run containers in production. It is a complete free and open-source software stack for teams adopting containers. With Rancher, you no longer have to build a container services platform from scratch by combining various open source technologies. Rancher addresses the operational and security challenges of managing multiple Kubernetes clusters, while providing DevOps teams with integrated tools for running containerized workloads.

Angular Angular

Angular is a TypeScript-based free and open source platform and web application framework. The framework developed and released by the community and the Angular Team at Google. Angular is a is a complete rewrite of AngularJS.

Zend Framework Zend Framework

Zend Framework is a web application framework written in PHP that has an open architecture based on middleware or MVC which follows PHP-FIG standards. The framework is designed to follow the best security practices and stores passwords using bcrypt and encrypts data with AES-256. Zend Framework consists of multiple PHP packages that are designed to run separately or work interchangeably together. With Zend Framework you can develop web applications and services using PHP 5.6+, while writing 100% object-oriented code, broad spectrum of PHP specific features.

FuelPHP FuelPHP

FuelPHP is a MVC (Model-View-Controller) framework that was designed from the ground up to build scalable web applications written in PHP. Out-of-the-box, FuelPHP supports HVMC as a part of its arcitecture. The Hierarchical-Model-View-Controller (HMVC) pattern is a direct extension to the MVC pattern that manages to solve many of the scalability issues when building applications. HMVC is a collection of traditional MVC triads operating as one application. Each triad is completely independent and can execute without the presence of any other. All requests made to triads must use the controller interface, never loading models or libraries outside of their own domain. FuelPHP is released as a free and open source framework under the MIT License and can be used for commercial and personal projects alike.

Phaser Phaser

Phaser is a fast, free, and fun open source HTML5 game development framework. It uses a custom build of Pixi.js for WebGL and Canvas rendering, and supports desktop and mobile web browsers. Games developed with Phaser can be compiled to iOS, Android and native desktop apps via third party tools. With Phaser you can developed games written in JavaScript or TypeScript.

Vagrant Vagrant

Vagrant is an open-source software building portable and virtual development environments. With Vagrant, developers and devops can create development environments that mirror production environment by providing the same operating system, packages, users, and configurations. Vagrant can be spin up environments for VirtualBox, KVM, Hyper-V, Docker containers, VMware, and AWS, and integrates with exiting configuration tooling such as Ansible, Chef, Docker, Puppet or Salt