kolu

an agentic development environment

A browser cockpit for coding agents

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

§

what you get

06 principles

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 NixOS/home-manager module to run as a long-lived systemd user service — 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 →

The leak that wasn't in any Context

One afternoon, two xterm.js contributions, and a reminder that proxy metrics can be wrong by three orders of magnitude.

read →