Free Development & DevOps Software

Spider Gazelle Spider Gazelle

Spider Gazelle is a Rails esque web framework written in the programming language Crystal. The framework focuses on speed, extensabillity and ease-of-use.

Bevy Engine Bevy Engine

Bevy is a refreshingly simple data-driven game engine built in Rust. In Bevy, all engine and game logic uses Bevy ECS, a custom Entity Component System, the fastest ECS according to some benchmarks. With Bevy you can create and render 2D using sprite sheets, dynamic texture atlases, cameras, textures, and materials and extend the capability of the engine with custom shaders, materials, and render pipelines. It also allows you to create 3D games with a modern and flexible 3D renderer with lights, cameras, meshes, textures, materials, gltf loading custom shaders, materials, and render pipelines. The game engine is developed and released as open source software under the MIT License.

Memcached Memcached

Memcached is a free and open-source in-memory key-value store used for storing small chunks of data objects in dynamic memory. Most commonly, Memcached is used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an data sources needs to be fetched. Rather than querying the database for each unique request, Memcached can be used to store data from common pages in memory and speedup and improve the experience of a web application or website.

Turbolinks Turbolinks

Turbolinks is a JavaScript library that intercepts all clicks on <a href> links to the same domain. When you click an eligible link, Turbolinks prevents the browser from following it. Instead, Turbolinks changes the browser's URL using the History API, requests the new page using XMLHttpRequest, and then renders the HTML response. Allowing you to create dynamic page loading without utilizing SPA architecture.

Cyberduck Cyberduck

Cyberduck is a free and open-source client for FTP and SFTP, WebDAV, Amazon S3, OpenStack Swift, Backblaze B2, Microsoft Azure & OneDrive, Google Drive and Dropbox. Cyberduck is written in Java and C# using the Cocoa framework and is available for macOS and Windows.

Rust Rust

A language that empowers people to build reliable and efficient software. Rust is a multi-paradigm programming language focused on performance, safety and concurrency. The language provides a syntax similar to that of C++ while providing memory safety without using garbage collection. Rust is blazingly fast and memory-efficient and can be used for performance-critical services for embedded devices or services that needs to integrate with other programming languages.

WPdetector WPdetector

WPDetector is a free web-based tool that detects all the plugins and the theme used by any WordPress website. With WPDetector you can easily find out what plugins and themes a WordPress-powered website is using. Simply enter the URL of the website that you want to scan and investigate and a detail report will come back in seconds. On top of that, the tool also provide additional information about the website and its domain.

Unity Unity

Unity is a cross-platform game engine and development platform created by Unity Technologies. With Unity game developers can build high-quality 3D and 2D games, deploy them across mobile, desktop, consoles, VR/AR or the Web. Unity was first released as OS X-exclusive game engine but as of 2018 the engine had been extended to support more than 25 platforms.

Apache Wicket Apache Wicket

Apache Wicket is a free and open-source, Java-based component oriented web application framwork. With Apache Wicket you can quickly create web well structured, component-based web applications. Apache Wicket is used by governments, stores, universities, cities, banks, email providers across the globe.