Quickstart
Install Shibaox, connect a model and your first app, and have it run a real task in about five minutes.
5 min read·Updated 2026-09-26
01Install
Shibaox runs on macOS, Linux and Windows. The fastest way in is Homebrew:
brew install shibaoxPrefer a desktop app? Download for macOS — it ships the same agent plus a menu-bar approvals panel.
02Pick a model
Run shibaox init and choose where the thinking happens. You can change it per skill later.
shibaox init
? Model provider › Anthropic Claude
? API key › sk-ant-••••••••
✓ Saved to ~/.shibaox/config.toml03Connect an app
Apps are connected as tools. Each one asks for the smallest set of permissions it needs, and you can revoke it any time.
shibaox connect gmail04Run your first task
Ask for something real. You’ll see every tool call as it happens — and anything irreversible pauses for you.
shibaox run "summarise my unread email and draft replies"Unattended mode skips approvals for a single skill. Turn it on only for skills whose actions you can undo.
Was this page helpful?
Edit this page on GitHub