Appearance
Test
Status: NEEDS-DESKTOP Install method: desktop-app (Electron/native app download) Cost/access: Free, open-source (GitHub: OthersideAI/self-operating-computer adjacent; accomplish.ai)
Classification (2026-06-30)
No pip package: pip show accomplish -> not found. pip show openwork -> not found. No npm SDK.
Accomplish (formerly Openwork) is a native Electron desktop application that automates file management, document creation, and browser tasks locally. It must be downloaded and installed as a desktop app. There is no CLI binary, no npm client package, and no pip package for smoke testing from a headless environment.
What was actually run
bash
pip show accomplish # -> not found
pip show openwork # -> not foundNo installable package found. Smoke test requires launching the desktop application.
How to install
Download the application from accomplish.ai or build from source (GitHub). Run as a native desktop application on macOS or Windows.
Smoke test after install (requires desktop GUI)
Launch the application and verify it opens without error. Connect an LLM API key when prompted. Issue a simple task like "open a new browser tab and go to example.com" to confirm the agent loop runs.
What is required
- Desktop OS (macOS or Windows)
- Downloaded Accomplish application
- LLM API key (OpenAI or compatible)