User Guide

Desktop App

AssistMe Desktop — a native desktop application for macOS, Windows, and Linux that brings AI agent capabilities directly to your computer.

Why Desktop App?

While AssistMe's mobile app and web dashboard cover most use cases, the Desktop App unlocks capabilities that only a native desktop application can provide:

  • Local Agent Execution — Run the AssistMe CLI agent directly on your computer as a background process, no terminal required
  • File System Access — Agents can work with files and directories on your local machine
  • Browser Automation — Agents perform browser tasks and capture screenshots you can review in real-time
  • Secure Credential Storage — Store API keys, tokens, and passwords in your OS keychain with AES-256-GCM encryption
  • Offline-Ready Local Database — Critical data is cached locally in SQLite so the app works even with intermittent connectivity
  • Native Experience — System tray integration, keyboard shortcuts, auto-updates, and OS-native theme support

If you primarily interact with agents through chat, the mobile app or web dashboard may be sufficient. But if you want agents that can execute tasks on your machine — writing code, managing files, automating browsers, running scripts — the Desktop App is the right choice.

What is the Desktop App?

The AssistMe Desktop App is a native application built with Electron that combines:

  1. Cowork Workspace — A real-time task execution interface where you send prompts to an AI agent and watch it work, complete with live logs, tool call details, and browser screenshots
  2. Conversation — Multi-agent interactive chat with agent switching, agent creation and configuration, and rich conversation management
  3. Agent Control Panel — Start, stop, and monitor the background CLI agent process with real-time log output
  4. Skills & Jobs Management — Create, edit, and manage reusable skills and automated jobs
  5. Programs Browser — View code projects generated by agents, with one-click access to open them in your file manager
  6. Credentials Vault — Securely store and manage API keys, OAuth tokens, and other secrets with OS-level encryption

Supported Platforms

PlatformArchitectureInstaller Format
macOSIntel (x64) + Apple Silicon (arm64)DMG, ZIP
Windowsx64NSIS Installer (.exe)
Linuxx64AppImage, .deb

The Desktop App uses a sidebar + tab layout:

Top Tabs

TabDescription
CoworkPrimary workspace — send tasks, view live execution, review results
ConversationInteractive multi-agent chat — switch agents, manage dialogues, configure agent profiles
SectionDescription
ConversationsBrowse, search, star, archive, and delete past conversations
AgentStart/stop the background agent and view logs
JobsManage automated tasks and view run history
SkillsCreate and manage reusable agent instruction sets
ProgramsBrowse agent-generated code projects
CredentialsSecurely store API keys and secrets

Keyboard Shortcuts

ShortcutAction
Cmd/Ctrl + KOpen Command Palette — quick access to any page or action
Cmd/Ctrl + NCreate a new task/conversation
Cmd/Ctrl + ,Open Settings
Shift + EnterNew line in message input
EnterSend message
EscapeClose dialogs and command palette

How It Compares

FeatureMobileWebDesktop
Chat with agentsYesYesYes
Agent AppsYes
App Store / DiscoverYes
Skills managementYesYes
Jobs & ScheduleYesYes
Memory managementYes
Trade marketplaceYes
API TokensYes
Local agent processYes
File system accessYes
Browser automation viewYes
Encrypted credential vaultYes
Code project browserYes
Auto-updatesYes
Command paletteYes

Next Steps