sigato
v1.0.4
Published
The intelligent terminal agent that works with you.
Downloads
88
Maintainers
Readme
Sigato
The intelligent terminal agent that works with you.
A transparent CLI agent for planning, executing, and automating tasks — with your approval at every sensitive step.
Why Sigato
- Transparent — every action shown before it runs
- Permission-first — filesystem, shell, and network actions stay gated
- Fast — built on Bun
- MCP support — connects to MCP servers, including a visual bridge for Excalidraw
Install & Run
npm install -g sigato
sigato wakeupsigato wakeup starts Sigato. On first AI-backed use, it prompts for an OpenRouter API key (stored per-user).
OPENROUTER_API_KEY=your-key sigato wakeup
OPENROUTER_DEFAULT_MODEL=provider/model sigato wakeupNo model set? Falls back to openrouter/free.
Core Tools
| Tool | Purpose |
|------|---------|
| fs | Read, write, search, analyze files |
| shell | Run shell/git commands with approval |
| web | Search and fetch web content |
| scraper | Extract structured data from websites |
| http | Call external APIs |
| explain | Break down code and concepts |
Run from Source
git clone https://github.com/Nitinref/sigato.git
cd sigato
bun install
bun run index.tsContributing
Issues and PRs welcome on GitHub.
Also Available As
Also published as @nitinyadav77/scrapy — same project, alternate package name.
License
MIT
