AI-powered SDLC orchestration platform
Project description
Skaro — AI-powered Software Development orchestration platform
Documentation · PyPI · Telegram · Discord
Developer is the architect, the AI is the executor.
Specifications live in the repository next to code. Context never gets lost.
Install
Python 3.11+ required. Everything included: CLI, web dashboard, LLM adapters, templates.
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/skarodev/skaro/main/install.sh | sh
Windows (PowerShell):
irm https://raw.githubusercontent.com/skarodev/skaro/main/install.ps1 | iex
Alternative (if you have pipx or uv):
pipx install skaro
# or
uv tool install skaro
Quick start
cd my-project
skaro init
skaro ui
skaro init creates a .skaro/ directory with constitution, architecture template, and config.
skaro ui starts the web dashboard at http://localhost:4700. LLM provider is configured from the UI.
Update
Check for a new version:
skaro update
Use --force to bypass the 24-hour cache:
skaro update --force
Upgrade — install script (venv):
| OS | Command |
|---|---|
| Windows | & "$env:USERPROFILE\.skaro\venv\Scripts\pip.exe" install --upgrade skaro |
| macOS / Linux | ~/.skaro/venv/bin/pip install --upgrade skaro |
Or simply re-run the install script — it detects the existing venv and upgrades in place.
Upgrade — pipx:
pipx upgrade skaro
Verify after upgrade:
skaro --version
From source (development)
git clone https://github.com/skarodev/skaro.git
cd skaro
python3 -m venv .venv && source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e ".[dev]"
Frontend (requires Node.js 18+):
cd frontend
npm install
npm run build
Run tests:
pytest
License
AGPL-3.0 — see LICENSE.
From Russia with love ❤️
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skaro-1.4.1.tar.gz.
File metadata
- Download URL: skaro-1.4.1.tar.gz
- Upload date:
- Size: 328.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7114f1f74b728b7e1660a081d89de298606fd53452bd0a31e25722b0f2295190
|
|
| MD5 |
7236e6fe1e66ac6bba2fe306b548e9b8
|
|
| BLAKE2b-256 |
cb5c34c864ac1ffc0559c769049853ddeb9dd45f15c03920285af86b8aef315b
|
File details
Details for the file skaro-1.4.1-py3-none-any.whl.
File metadata
- Download URL: skaro-1.4.1-py3-none-any.whl
- Upload date:
- Size: 431.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc7992fe50af76bbb28621d04e04818095eff7aee09672bf73d388091fe0d66c
|
|
| MD5 |
01cb6a0cf10f4b2091e97ed6cb456624
|
|
| BLAKE2b-256 |
92689263a7950ab2a7a6be2b90505eac4bd4be7fcd576b9aaee8879e6ea758cd
|