projects

[ 03 ]

tools i actually run. self-host them if you want.

cap-rustself-host

run cap desktop against a recorder you host.

v1.0.1pushed aug 2026agpl-3.0
rustcappostgresdocker
sh
git clone https://github.com/lawrence-millard/cap-rust
cd cap-rust
cp .env.example .env
# set DATABASE_URL, SIGN_SECRET, WEB_URL
docker compose up -d --build
usage.lanself-host

local spend dashboard for opencode, codex, and cursor.

pushed aug 2026mit
rustwasmdashboardself-hosted
dashboard/
rustup target add wasm32-unknown-unknown
(cd crates/usage-ui && trunk build --release)
USAGE_PORT=8080 cargo run -p usage-server
3 projects · run them yourself