logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
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/openwork
or

Install via npx

npx @hexmos/ipm i different-ai/openwork

Prerequisites

pnpm

package manager

Version: ^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.dmg

Download 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.dmg

Download 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.exe

Download 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.exe

Download 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.AppImage

Download 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.AppImage

Install 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=hero

Add MCP for Codex

codex mcp add openwork --url https://api.openworklabs.com/mcp/agent

Add MCP for Claude Code

claude mcp add --transport http openwork https://api.openworklabs.com/mcp/agent

Add MCP for OpenCode

echo '{"mcp": {"openwork": {"type": "remote", "enabled": true, "url": "https://api.openworklabs.com/mcp/agent", "oauth": {}}}}' > opencode.json

Local Development

git clone https://github.com/different-ai/openwork

cd openwork

pnpm install -y

pnpm dev

Post Installation Steps

  • After installation, sign in and choose your OpenWork organization.
  • The MCP client will open a browser for authentication.