mnemosyne systems

orangu

orangu is a terminal-based, locally-hosted AI coding environment - and a complete, self-contained AI coding stack, not just a client. It ships the coding environment, the model coordinator, and a native GGUF inference server, written end to end in Rust , so every line of your code stays on your own machine.

With zero telemetry and no cloud uploads, orangu is built for developers in regulated or air-gapped environments - and eliminates the per-token costs of cloud-based assistants by running your own self-hosted models. After orangu-server and your models are downloaded, no Internet connection is required.

It is named after the Orangutan - the smartest ape.

A complete stack from one vendor

Most local AI setups are a patchwork: one tool for the editor, a separate engine for inference, and glue to manage which model is loaded. orangu is the whole stack in one project - three cooperating programs, one language, one license, one installer:

Every layer speaks the OpenAI-compatible API, so the pieces stay cleanly separated - yet they build, ship, install, and run as one.

Key Features

Code review

Code review is orangu’s standout feature, and it runs entirely on your own hardware. Both reviewers work on the changes on your current branch - committed work plus what is still in the working tree - measured against the merge base with the default branch.

Use Cases

Installation

The one-liner installer puts the whole stack - orangu, orangu-coordinator, and orangu-server - on the machine in a single step, on Linux, macOS, and Windows:

curl -fsSL https://mnemosyne-systems.github.io/orangu/install.sh | sh

Web site

Documentation

GitHub

Commercial support