Requirements
- Python 3.11 or later
- Git (recommended — Skaro detects
.gitand tracks commits) - Node.js 18+ (only if building the frontend from source)
Install
- Linux / macOS
- Windows (PowerShell)
- pipx
- uv
From Source
For development or contributing:Verify
skaro, version 0.1.11.
What Gets Installed
Theskaro package includes everything in one install:
- skaro_cli — the
skarocommand-line tool - skaro_core — artifact manager, LLM adapters, phase engine, templates
- skaro_web — FastAPI web dashboard with SvelteKit frontend
click, rich, fastapi, uvicorn, anthropic, openai, httpx, gitpython, and jinja2. See the full list in pyproject.toml.
Next Steps
Quickstart
Initialize your first project and launch the dashboard.