How to install different-ai/openwork. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
different-ai/openwork Installation Guide
How to install different-ai/openwork. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for different-ai/openwork. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i different-ai/openworkor
Install via npx
npx @hexmos/ipm i different-ai/openworkPrerequisites
pnpm
package managerVersion: ^9.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Download for macOS
curl -L -o openwork.dmg https://github.com/different-ai/openwork/releases/download/v0.18.10/openwork-cloud-mac-arm64-0.18.10.dmg
open work.dmgDownload for macOS (Intel)
curl -L -o openwork.dmg https://github.com/different-ai/openwork/releases/download/v0.18.10/openwork-cloud-mac-x64-0.18.10.dmg
open work.dmgDownload for Windows (ARM64)
curl -L -o openwork.exe https://github.com/different-ai/openwork/releases/download/v0.18.10/openwork-cloud-win-arm64-0.18.10.exeDownload for Windows (x64)
curl -L -o openwork.exe https://github.com/different-ai/openwork/releases/download/v0.18.10/openwork-cloud-win-x64-0.18.10.exeDownload for Linux (ARM64 AppImage)
curl -L -o openwork.AppImage https://github.com/different-ai/openwork/releases/download/v0.18.10/openwork-cloud-linux-arm64-0.18.10.AppImage
chmod +x openwork.AppImageDownload for Linux (x86_64 AppImage)
curl -L -o openwork.AppImage https://github.com/different-ai/openwork/releases/download/v0.18.10/openwork-cloud-linux-x86_64-0.18.10.AppImage
chmod +x openwork.AppImageInstall with AI Agent
Install OpenWork on my computer, set up my first workspace, and open it ready to use. Follow the steps in https://openworklabs.com/start.md?v=heroAdd MCP for Codex
codex mcp add openwork --url https://api.openworklabs.com/mcp/agentAdd MCP for Claude Code
claude mcp add --transport http openwork https://api.openworklabs.com/mcp/agentAdd MCP for OpenCode
echo '{"mcp": {"openwork": {"type": "remote", "enabled": true, "url": "https://api.openworklabs.com/mcp/agent", "oauth": {}}}}' > opencode.jsonLocal Development
git clone https://github.com/different-ai/openwork
cd openwork
pnpm install -y
pnpm devPost Installation Steps
- After installation, sign in and choose your OpenWork organization.
- The MCP client will open a browser for authentication.
