logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/multica
or

Install via npx

npx @hexmos/ipm i multica-ai/multica

Prerequisites

Docker

containerization

Version: latest

Docker Compose

containerization

Version: latest

Homebrew

package_manager

Version: latest

Go

programming_language

Version: v1.26+

Node.js

programming_language

Version: v20+

pnpm

package_manager

Version: 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 -d

Install Multica CLI (macOS)

brew tap multica-ai/tap

brew install multica

multica login

multica daemon start

Post 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.