my-hq

Personal OS for AI Workers

Detecting your operating system...

Download

Version 1.0.0 | ~15 MB

Other platforms

System Requirements

Windows 10+ 64-bit required
macOS 12+ Monterey or later
500 MB disk space For my-hq and dependencies
Internet connection Required for Claude CLI

Manual Installation

For developers or if you prefer the command line.

# Install Node.js (if not installed) brew install node # Install Claude CLI npm install -g @anthropic-ai/claude-code # Download and extract my-hq curl -L https://github.com/yourusername/my-hq/archive/main.zip -o my-hq.zip unzip my-hq.zip -d ~/my-hq # Authenticate with Claude claude login
# Install Node.js from https://nodejs.org # Install Claude CLI (in PowerShell) npm install -g @anthropic-ai/claude-code # Download my-hq from GitHub releases # Extract to desired location # Authenticate with Claude claude login

Frequently Asked Questions

What is my-hq?
my-hq is a personal operating system for AI workers. It helps you organize projects, manage AI assistants, and automate workflows using Claude CLI as the backbone.
Do I need a Claude account?
Yes, you'll need a Claude account to use my-hq. During installation, you'll be prompted to log in via your browser. You can also authenticate later by running claude login in your terminal.
Will the installer install Node.js automatically?
Yes! If Node.js isn't detected on your system, the installer will download and install it automatically. No terminal commands required.
Is my data stored locally?
Yes, all your my-hq files are stored locally on your computer. The installer creates a folder in your home directory. Your projects, workers, and configurations never leave your machine unless you explicitly share them.
The macOS installer shows a security warning
If macOS blocks the installer, right-click the .pkg file and select "Open". Then click "Open" in the dialog. This is because the package may not be notarized yet. We're working on getting it signed with an Apple Developer ID.
Windows SmartScreen shows a warning
Click "More info" then "Run anyway". This warning appears because the installer isn't yet signed with an EV certificate. We're working on code signing.
How do I uninstall my-hq?
Windows: Use "Add or Remove Programs" in Settings, or run the uninstaller from the Start Menu.
macOS: Delete the ~/my-hq folder. Optionally, remove Claude CLI with npm uninstall -g @anthropic-ai/claude-code.
Can I update my-hq?
Yes! Run the "Check for Updates" shortcut from your Start Menu (Windows) or Desktop (macOS). The updater will preserve your configuration and data.