macOS
v1.139.1
- Intel (x64) .dmg 398 MiB Get
- Apple Silicon Not available — Coming soon
A powerful AI development environment for building, testing, and shipping your projects.
v1.139.1 · macOS Intel · Linux x64 · Free while in beta
$ ibrq test --watch ✓ 128 passed in 1.4s
1import { Agent, Workspace } from "@ibrq/core"; 2 3const workspace = await Workspace.open("./app"); 4 5const agent = new Agent({ 6 model: "ibrq-fast-1", 7 tools: ["shell", "edit", "test"], 8}); 9 10await agent.run("Build the auth flow"); 11
Current desktop builds for macOS Intel and Linux x64. Same IDE, same agents, same speed.
v1.139.1
v1.139.1
Coming soon
All builds ship with the same core: agents, models, tools, and workflows. No account required.
A focused set of primitives that stay out of the way until you need them.
A dedicated surface for your agent. Plans, diffs, and test runs stay in one place, next to your code.
Switch between fast local models and frontier cloud models per task, with context you control.
Shell, search, edit, and test — plus your own tools through a typed, sandboxed runtime.
Codify repeatable runs and review them like code. Version, diff, and replay every step.
One window: editor, agent, and a terminal that already knows what you are building.
1export const signIn = async (req, res) => { 2 const user = await Users.verify(req.body); 3 4 if (!user) { 5 return res.status(401).json({ error: "invalid_credentials" }); 6 } 7 8 const token = session.issue(user.id); 9 return res.json({ token }); 10};
Native rendering, instant search, and a startup time you will not notice. No plugin maze before your first keystroke.
Local models, local workflows, and explicit context. Nothing leaves your machine unless you ask it to.
IBRQ plans, edits, runs tests, and shows its work — so review is a diff, not a conversation.
Free while in beta. No account required.
macOS Intel · Linux x64 — v1.139.1 · Windows coming soon