1
Start the daemon
postgres:16-alpine, dxflrs/garage, and rclone/rclone; give it a minute. State lives in ~/.insta-oss/.2
Install the CLI and point it at the daemon
insta login: the daemon trusts localhost.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
InstaCloud docs are in early access — many pages are still being written. Missing something? Open an issue.
Start the daemon and connect the CLI.
Start the daemon
git clone https://github.com/InsForge/insta-oss.git && cd insta-oss
npm install
npm run build:ui # optional: the web dashboard, served by the daemon itself
npm run dev # http://127.0.0.1:8080 (INSTA_OSS_PORT to change)
postgres:16-alpine, dxflrs/garage, and rclone/rclone; give it a minute. State lives in ~/.insta-oss/.Install the CLI and point it at the daemon
curl -fsSL https://agents.instacloud.com | sh # CLI + agent skills (or: npm install -g insta)
export INSTA_API_URL=http://127.0.0.1:8080 # the CLI defaults to the cloud
insta login: the daemon trusts localhost.