Desktop app
Install it, and it already works
Aiglade is a desktop app that runs multiple AI agents on your Windows PC without any setup — install it, and it dispatches tasks to several agents at once, tracks them in a queue, and holds risky work for your approval. The reason to single it out is what does not happen first: you are not asked for a provider account, an API key, or a model choice before anything runs.
Download
Windows desktop app, and the Android app that drives the same task queue over your local network. Both are free, and neither needs an account to install.
Both are free. No account needed to install.
What "no setup" actually means
The honest comparison is what each tool asks you to do before the first task runs.
| Before your first task | Typical agent tool | Aiglade |
|---|---|---|
| Create a provider account | One per model you want to use | None |
| Paste an API key | One per provider | None |
| Top up a balance | Per provider, before anything runs | Not required to start |
| Pick a model | A name you have to research | Free / balanced / high-performance |
| Install agent CLIs | Each one separately | Included |
This is possible because the model supply underneath Aiglade is a gateway, not a vendor. Routing, free-quota selection and failover all happen before you open a settings screen. That layer is FreeModel, and it works on its own too.
What you can do with it
Talk to a team, not a tool
Type @agent do this in a chat window. The request becomes a task,
gets dispatched, runs, and the result comes back as a message in the same thread.
Run several agents at the same time
Each agent works in an isolated git worktree, so two of them can edit the same repository without colliding. Their output gets merged when you say so.
Stop at the risky parts
An approval gate holds a task at a decision point. Nothing destructive continues until you approve it, and the waiting task shows exactly what it intends to do.
Survive a crash
Task state is written to disk as it goes. If the app or the machine dies mid-run, the queue is still there when it comes back, and finished steps are not repeated.
Keep the work, not just the chat
Tasks, runs and their evidence stay on your machine. A conversation you had three weeks ago is still searchable, with the tasks it produced attached to it.
Hand it off to your phone
An Android app drives the same queue over your local network. Useful when an approval is the only thing standing between a run and the next step.
What it does not do
- It is Windows only. The desktop app ships as a Windows installer. There is no macOS or Linux build.
- It is not for building AI apps. If you want a drag-and-drop canvas to assemble a chatbot and ship it as a service, a web platform does that better. Aiglade is for driving existing agents on your own machine.
- It is not a team product. State lives on one machine. There is no shared workspace, no roles, no admin console.
- It is not a cloud service. Nothing runs when your computer is off, unless you explicitly route through a remote tunnel.
Setting it up yourself
If you would rather understand the pieces before installing, these are the questions that come up most. They are written up on the Aiglade site, in more depth than a product page can carry: