Get Sanji

Sanji runs on your own machine in a few commands. Here is the whole thing.

Before you start: you need Docker installed, and either a Claude subscription (the default, no per-token cost) or an Anthropic API key.

1. Clone the repo

git clone https://github.com/rohanc2k4/sanji

2. Set your vault

cd sanji
cp .env.example .env
# set VAULT_PATH=~/notes to point at your notes folder

3. Start it

docker compose up -d

4. Open it

open http://localhost:8080

The first run walks you through picking your vault, provider, and model. That is it.

View the repo on GitHubBack to home