Open Source Development & DevOps Software
MainWP
The MainWP WordPress plugin is a free and open-source, self-hosted solution for managing multiple WordPress sites from a single dashboard. With MainWP you can manage posts and pages, controlling users, making backups and performing updates through the unified MainWP dashboard. All of which will minimize the time and cost of maintaining multiple WordPress sites.
DDEV
DDEV is an open source tool that makes it dead simple to get local PHP development environments up and running within minutes. It's powerful and flexible as a result of its per-project environment configurations, which can be extended, version controlled, and shared. In short, DDEV aims to allow development teams to use Docker in their workflow without the complexities of bespoke configuration.
Jest
A delightful free and open source testing framework for JavaScript that focus on simplicity. With Jest you can test your application written built with Babel, TypeScript, Node.js, React, Angular and Vue.js, in a simple, config free manner.
Rollup
Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD.
OpenCog
OpenCog is an open source artificial intelligence framework. The project is witten in Scheme and developed by the OpenCog foundation and aims to make artificial intelligence more pallatable to developers. OpenCog and OpenCog Prime is an architecture for robot and virtual embodied cognition that defines a set of interacting components designed to give rise to human-equivalent artificial general intelligence as an emergent phenomenon of the whole system.
LispPad
LispPad is a simple, lightweight, IDE for developing and running Scheme code on macOS. The language supported by the integrated development environment LispPad is based on the R7RS (small) standard of the Scheme programming language. LispPad provides the a wide range of components inclduing a fully integrated Scheme interpreter, a large set of libraries, a text editor supporting syntax highlighting, smart indentation, parenthesis matching and text completion.
Phoenix LiveView
Phoenix LiveView enables rich, real-time user experiences with server-rendered HTML. LiveView is free and open-source tool built for the Elixir framework Phoenix. It allows you to use a declarative model to render HTML on the server over WebSockets with optional LongPolling fallback. It also comes with templating and change tracking, live form validation with upload support, rich integration API with the client with phx-click, phx-focus, phx-blur, phx-submit, and a phx-hook for the cases where you have to write JavaScript.
RedisGraph
RedisGraph is the first free and open source queryable Property Graph database to use sparse matrices to represent the adjacency matrix in graphs and linear algebra to query the graph.
HyperDex
HyperDex is a free and open-source novel distributed key-value store. The database is developed by Robert Escriva at Cornell University and released under the BSD-3-Clause License. Due to its distributed nature, HyperDex is highly scalable and provides serializability consistency and tolerates a threshold of server failures.