kolu

an agentic development environment

A terminal-native cockpit for coding agents

Open source. Bring your own CLI, run it anywhere. Kolu treats the terminal as the universal interface — so claude, codex, opencode, or whatever ships next week all work the same way.

§

what you get

08 features

install

Three seconds
from zero to running.

Kolu is packaged with Nix. Install Nix (with flakes enabled), and you're one command away.

Or wire it into a home-manager module to run as a long-lived user service — systemd on Linux, launchd on macOS — see the deployment guide.

~/dev — zsh
# serve on 127.0.0.1:7681
$ nix run github:juspay/kolu
# expose on LAN with custom host/port
$ nix run github:juspay/kolu -- --host 0.0.0.0 --port 8080
listening on http://127.0.0.1:7681

from the blog

all posts →

Announcing @kolu/surface: typed reactive state for SolidJS + oRPC

A small framework that owns the snapshot+deltas wire protocol so your Solid client and oRPC server stop hand-rolling it. Five primitives, one declaration, contract derived end-to-end.

read →