It's never been easier to run, manage, and monitor your AI agents.
Spawn proprietary or open-source agents from anywhere, on all your devices.
Run a dozen at once. Schedule them to recur.
A board, a queue, and a scheduler wrapped around the AI agent you already use.
A native Kanban view of your agents. Cards move themselves: Draft → To Do → In Progress → Waiting Feedback → Awaiting Review → Done, driven by what the agent reports.
Agent- and LLM-agnostic from the start. Open-source plugins cover the common agents, or roll your own: point a preset at a binary, an args template with a {prompt} placeholder, and a working directory — no plugin, no lock-in.
Output streams onto the card as it happens. History keeps every run with its duration and — when the agent reports them — token and cost stats.
Set how many agents run in parallel (maxConcurrentAgents, 0 = unlimited). Launches over the cap wait in line and start as others finish.
Schedule runs once, daily, weekly, on an interval, or by cron — with a planner view. Keeps working in the background from the system tray.
Everything runs locally. No account to sign up for. A managed cloud is opt-in — never required.
Also: English + French UI.
Write it, wire it, schedule it — a card flows through lanes as its agent reports progress.
Add a card with a prompt, pick an agent preset and a working directory. Drafts live in their own lane until you launch them.
Claude, OpenCode, Copilot CLI, or your own — wire integrations and machines once. Myra spawns the agent headless and streams its output live onto the card.
Plan recurring runs from the day planner; cards advance through the lanes as agents report — no babysitting required.
Real jobs people hand to Myra every day.
Schedule a card to bump deps, run the test suite, and open a PR while you sleep.
cron: "0 3 * * *"
A card watches for new pull requests and posts a structured review with findings.
agent: claude · review
Fan one prompt out to several working directories and track each on its own card.
dirs: app, shared, hub
It clones every repo and wires the workspace together for you.
curl -fsSL https://raw.githubusercontent.com/Myra-Agents/Myra-Agents-Dev/develop/install.sh | bash
Prereqs: bun, Rust toolchain + Tauri v2 prerequisites. Open-source contributors get a working app without private access.
v0.1.0 · see all releases. Prefer to build it yourself? Use the command above.