How to install multica-ai/multica. 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.
multica-ai/multica Installation Guide
How to install multica-ai/multica. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for multica-ai/multica. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i multica-ai/multicaor
Install via npx
npx @hexmos/ipm i multica-ai/multicaPrerequisites
Docker
containerizationVersion: latest
Docker Compose
containerizationVersion: latest
Homebrew
package_managerVersion: latest
Go
programming_languageVersion: v1.26+
Node.js
programming_languageVersion: v20+
pnpm
package_managerVersion: v10.28+
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Self-Host with Docker
git clone https://github.com/multica-ai/multica.git
cd multica
cp .env.example .env
echo "JWT_SECRET=your_strong_secret_key" >> .env
docker compose -f docker-compose.selfhost.yml up -dInstall Multica CLI (macOS)
brew tap multica-ai/tap
brew install multica
multica login
multica daemon startPost Installation Steps
- Open http://localhost:3000 in your browser.
- Verify your machine is listed as an active Runtime under Settings -> Runtimes.
- Create an agent under Settings -> Agents.
- Assign a task to your agent via an issue on the board.
