From PromptStdio · Local AI Agent
Stitch
Connect a model and run tasks and agents on your machine.
Free · Open source (MIT) · Data stays on your machine
Run locally
Keys, sessions and skills stay on your machine — view or delete them anytime.
Multiple models
DeepSeek, Zhipu, Kimi, MiniMax, or local Ollama — switch anytime.
Web & desktop automation
Browser actions, window control, file tasks — all in one conversation.
Install
Stitch_0.4.1_x64-setup.exe6MBDownloadDouble-click to install → if SmartScreen warns, click More info → Run anyway → launch from the Start menu
Portable (no install)Download and run directly — no installationDownloadbrew tap iokcloud/stitch && brew install stitch
macOS (Apple Silicon)DownloadmacOS (Intel)DownloadTip: if macOS says "Stitch is damaged", right-click the app → Open once; or run xattr -dr com.apple.quarantine /Applications/Stitch.app in Terminal. Prefer the brew command above — it handles this automatically.
sudo apt install ./Stitch_0.4.1_amd64.deb
chmod +x Stitch_0.4.1_amd64.AppImage && ./Stitch_0.4.1_amd64.AppImage
deb packageDownloadAppImageDownloadCore agent without the desktop app: install with one command, then run stitch run "task".
Install in one command (recommended)
Windows (PowerShell)
irm https://www.promptstdio.com/downloads/install-cli.ps1 | iex
macOS / Linux
curl -fsSL https://www.promptstdio.com/downloads/install-cli.sh | bash
Or download manually:
Windows x64DownloadmacOS (Apple Silicon)DownloadmacOS (Intel)DownloadLinux x64 (static)DownloadEach file ships with a .sha256 checksum — verify after download.
Upgrade to a new version: stitch upgrade (auto-downloads and replaces itself).
First run: set your model key
Export your key below (or set it interactively on first run); the default model is DeepSeek V4 Flash.
export STITCH_LLM_API_KEY=sk-你的密钥
Run a task
Add -y to skip confirmations; see the README (GitHub) for more commands.
./stitch run "你的任务"
Get Started
- 1Connect a modelOpen Stitch and add your model's API endpoint and key in Settings (DeepSeek, Zhipu, Kimi, MiniMax, or local Ollama).
- 2Choose a workspacePick a folder as the workspace — Stitch only reads and writes files inside it.
- 3Sync account tasks (optional)In Settings → Account, click "Open website connection" to sync suites and agents from this site.
FAQ
What is Stitch?
A local desktop AI agent: connect the model you choose and run tasks and agents inside your workspace.
How is it different from tools like Claude Code?
It ships with its own UI plus web and desktop automation, supports DeepSeek, Zhipu, Kimi, MiniMax or local Ollama, and can sync tasks and skills to your account here.
Does it cost money?
The software is free; models are billed via the key you add, and local models cost nothing.
Where is my data stored?
Keys, sessions and skills are all stored on your machine — view or delete them anytime.
Is it open source?
Yes — MIT licensed on GitHub: iokcloud/stitch.
How do I update?
The installer auto-checks for updates; portable builds just download the latest from this page.