Open Source Development & DevOps Software

Apache NetBeans Apache NetBeans

Apache NetBeans is free and open-source IDE that combines development environment, a tooling platform and application framework into one package. With Apache NetBeans developer can build applications with Java, JavaScript, PHP, HTML5, CSS, and other languages. Apache NetBeans also features code highlighting, both syntactically and semantically, while also letting developers refactor code with a wide range of powerful and handy tools. The software is openly developed by the Apache Foundation and is available for macOS, Linux, Windows and BSD.

Apache Flink Apache Flink

Apache Flink is a free and open-source stream framework used for processing big data. The software is developed openly by the Apache Software Foundation and the community. The core of Apache Flink is written in Java and Scala as a distributed streaming data-flow engine. Data-flows executed by Flink programs are pipelined and run parallel to maximize efficiency.

jEdit jEdit

jEdit is a mature programmer's text editor written in Java. The editor is released as free and open source software under the GNU General Public License version 2.0. With jEdit you can enjoy features like auto indentation and syntax highlighting for more than 200 languages. jEdit also provides a Plugin Manager that allows jEdit users to install, upgrade, and remove plugins without leaving the editor.

Apache Subversion Apache Subversion

Apache Subversion is a versioning and revision control system (VCS) developed and maintained by the Apache Software Foundation. With Apache Subversion software developers can manage, document and organize changes to files and directories of software projects. With Subversion teams of developers can maintain the current and historical versions of a project source code with ease.

TiddlyWiki TiddlyWiki

TiddlyWiki is a personal wiki and a non-linear notebook that provides an interactive way to manipulate and structure data for web consumption. The free and open source application is written as an SPA (Single Page Application) with JavaScript by Jermolene. TiddlyWiki is designed from the ground up to easy to customize and re-shape depending on your use-case, while also providing tools that can be used to split up and reuse content.

Ionic Framework Ionic Framework

Ionic is an open-source mobile app development framework that makes it easy to build high quality native and progressive web applications. The Ionic Framework takes advantage of power and flexibility of Angular to enable developers to build production-ready applications in a way that feels familiar. The Ionic Framework is released free and open-source under the MIT License, but the company behind the framework also provides the Ionic Enterprice Platform which enables large organization to launch enterprice-grade applications faster to the cloud.

VMmanager VMmanager

VMmanager is a platform that allows you to increase efficiency and reduce costs of your IT department. With VMmanager you can create virtual servers and environments in minutes that can be used for migration, cloning, reinstalling the OS, backups, adding and deleting interfaces, virtual server image creation, monitoring, statistics collection.

TextWrangler TextWrangler

TextWrangler is an all-purpose text and code editor for macOS. TextWrangler is now BBEdit.

Clojure Clojure

A modern, dynamic, and functional dialect of the Lisp and programming language that targets the JVM (Java Virtual Machine). Clojure is a compiled language, yet remains completely dynamic as it combines the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. The development of Clojure is completely community-driven, while being overseen by its creator Rich Hickey.

LevelDB LevelDB

LevelDB is a free and open-source key-value storage library developed by Google. LevelDB provides on-disk storage and ordered mapping of string keys to string values. With LevelDB data is stored and sorted by key, and the keys and values are arbitrary byte arrays. The library will also automatically compress files using the Snappy compression library to optimize for storage capacity.