kimaki on a computer, it spawns OpenCode servers for projects on that machine. The bot can only access directories on the machine where it's running.kimaki on each machine~/.kimaki. To run multiple bot instances on the same machine (e.g., for different teams or projects), use a separate --data-dir and optionally set KIMAKI_LOCK_PORT explicitly:12345678# Instance 1 - uses default ~/.kimaki npx -y kimaki@latest # Instance 2 - separate data directory + explicit lock port KIMAKI_LOCK_PORT=31001 npx -y kimaki@latest --data-dir ~/work-bot # Instance 3 - another separate instance KIMAKI_LOCK_PORT=31002 npx -y kimaki@latest --data-dir ~/personal-bot
/create-new-project creates new foldersKIMAKI_LOCK_PORT when you need a specific port/add-project commandnpx kimaki once to set up the bot/add-project and select your project/add-project and select your project/add-project command creates channels in whichever server you run it from.--add-channelsnpx kimaki — set up bot, install in both servers, create channels in first servernpx kimaki --add-channels — select projects for the second server