| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install.sh | 2026-08-20 | 604 Bytes | |
| LyzrEdgespace-0.1.7.dmg | 2026-08-20 | 12.6 MB | |
| LyzrEdgespace-macos-universal.tar.gz | 2026-08-20 | 11.3 MB | |
| README.md | 2026-08-20 | 1.6 kB | |
| v2.2.0 -- ira_ Rust engine + Lyzr Edgespace desktop app source code.tar.gz | 2026-08-20 | 3.1 MB | |
| v2.2.0 -- ira_ Rust engine + Lyzr Edgespace desktop app source code.zip | 2026-08-20 | 3.1 MB | |
| Totals: 6 Items | 30.1 MB | 0 | |
ira — the gitagent engine, ported to Rust
This release adds rust/gitagent-rs: a Rust rewrite of the gitagent engine (ira) and a complete local-first desktop product built on it (Lyzr Edgespace).
Engine
picore: agent loop, provider fallback + auto-continue on truncation, streaming channel splitter for reasoning models- SDK: agent loader (argv-only git, injection-safe), four builtin tools + memory/pdf, docx/pdf text extraction, PDF writer, hooks, sessions, eval harness
Desktop app (Lyzr Edgespace)
- Single-binary embedded web UI: chat with sessions, VS Code-style agent editor, Edge Agents page with per-agent OpenAI-compatible endpoints (
POST /v1/chat/completions) - Sign-in via Memberstack (email + Google with browser handoff for webviews)
- Lyzr Edge Skills: browse your studio skill catalog and install skills scoped to their monorepo folder, with a per-agent install ledger — even mid-chat
- Models: curated library (Gemma 3 1B, Gemma 4 e2b, Nemotron 3.5 Lightning, Muse Glimmer 30B), detailed download progress (GB / speed / ETA), cancellable + resumable pulls, and automatic Ollama installation — the app sets up and supervises its own local engine
- First-run onboarding: sign in → engine auto-setup → pick a model → create your first agent in any folder
Install the app (macOS, universal)
:::sh
curl -fsSL https://github.com/NeuralgoLyzr/lyzr-edgespace/releases/latest/download/install.sh | bash
DMG attached as an alternative (right-click → Open on first launch, or see the in-DMG README).
39/39 integration tests passing.