The IDE of the future.
For detailed information, see the documentation in the docs/
folder:
- 📋 ROADMAP.md - Project roadmap and architecture
- ⚙️ DEV_GUIDE.md - Development environment setup
- BUILD.md - Building and packaging guide
Ariana IDE is not ready for usage yet. Come back in a few days/weeks!
- Node.js (>= 24.2.0)
- Rust (latest)
Note for nvm users: If you use nvm to manage Node.js versions, you must set Node.js 24 as your default to ensure Ariana uses the correct version:
nvm alias default 24
# Install Just
npm install -g just
# Start backend
# Before first time: edit backend/.env
just dev-backend
# Start frontend (separate terminal)
just dev-frontend
# Start via CLI login (separate terminal)
just dev-cli
# Build with custom config
just build example-configs/ariana-beta.json
# Install locally
cd dist && npm install -g .
GNU Affero General Public License v3.0