desktop AI agent · V35

Your desktop,
agent-grade.

A local-first desktop agent that researches the web, remembers your work, reads images, runs commands, writes code and creates files — through the OpenAI-compatible provider you choose.

Windows desktop · provider agnostic · terminal-aware
AgentDesk — research sessionLIVE DEMO
Research a topic and show me the sources.
AAgentDeskyour model · provider
Web · searchMemory · checkedFiles · ready
Searching, reading, and synthesizing.
AgentDesk can inspect live pages, use local tools, and keep useful context across chats.
source 1source 2source 3
Ask anything — or drop a file ↑
WebVisionTerminalFiles
WEB RESEARCH◆PERSISTENT MEMORY◆VISION◆TERMINAL TOOLS◆CODE GENERATION◆FILE CREATION◆MULTI-PROVIDER◆WEB RESEARCH◆PERSISTENT MEMORY◆VISION◆
01 · Capabilities

An agent that actually does things.

Useful local tools, visible activity, and a chat interface that stays out of the way.

⌕

Web research

Searches the live web, reads pages, and keeps source links in the flow.

best vector databases
✓ Searching sources
✓ Reading full pages
✓ Synthesizing evidence
✓ evidence ready
◈

Memory

Persistent across chats, with agent-managed updates.

Project context
saved automatically
Preferences
retrieved when relevant
Long-term facts
stored locally
◉

Vision

Checks model support and falls back to exact local paths.

Vision support
image attached
model capability checked
terminal fallback ready
</>

Code generation

Writes code, creates files, runs it, and can iterate from tool feedback.

const result = await runTask(project);
writeFile("fix.ts", result);
await test(); // visible activity
✓ checks complete · 0 errors
▤

Terminal tools

Real shell commands, real paths, with command activity visible in chat.

$ inspect project
▸ workspace_list
▸ run tests
✓ tests passed
+

File creation

Creates artifacts with real extensions, including supported spreadsheet workflows.

+ report.md
+ analysis.csv
+ model.py
✓ saved locally
02 · Providers

Bring your own model.

Use AgentDesk with OpenAI-compatible hosted endpoints, including your own custom provider.

OpenAIOpenRouterGroqDeepSeekMistralCustom
AgentDesk provider config
{
  "provider": {
    "baseUrl": "https://api.example.com/v1",
    "model": "your-model",
    "maxNewTok": 16384
  }
}
03 · Privacy

Private by architecture.

AgentDesk is designed around local data and direct provider connections.

✓
Local-first storageChats, memory, uploaded files and artifacts live on the device.
✓
Permissioned toolsTerminal access is explicitly enabled for a chat before local commands run.
✓
Visible activityTool actions and terminal commands are shown in the chat activity area.
Web access
Terminal
Files
Vision
04 · Download

Ready when you are.

Download the current Windows x64 installer directly.

Download for Windows →
V35Windowssource availableno account required
05 · Source

Built to be inspectable.

Inspect the public V35 source snapshot here, without requiring access to the private development repository.

terminal
$ git clone https://github.com/freezingultra/AgentDesk.git
$ cd AgentDesk
$ powershell -ExecutionPolicy Bypass -File .\build.ps1
✓ build complete