How to install lukilabs/craft-agents-oss. 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.
lukilabs/craft-agents-oss Installation Guide
How to install lukilabs/craft-agents-oss. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for lukilabs/craft-agents-oss. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i lukilabs/craft-agents-ossor
Install via npx
npx @hexmos/ipm i lukilabs/craft-agents-ossPrerequisites
Bun
runtimeVersion: >=1.0
Git
version-controlcurl or PowerShell
command-line-toolopenssl
command-line-toolManual Installation Methods
Manual installation instructions. How to install from GitHub source.
One-Line Install (Recommended - macOS/Linux)
curl -fsSL https://agents.craft.do/install-app.sh | bashOne-Line Install (Recommended - Windows)
irm https://agents.craft.do/install-app.ps1 | iexBuild from Source
git clone https://github.com/lukilabs/craft-agents-oss.git
cd craft-agents-oss
bun install
bun run electron:startRemote Server (Headless) Quick Start
CRAFT_SERVER_TOKEN=$(openssl rand -hex 32) bun run packages/server/src/index.tsCLI Client Installation (from monorepo)
bun run apps/cli/src/index.ts --helpPost Installation Steps
- Launch the app after installation.
- Choose API Connection: Use Anthropic (API key or Claude Max), Google AI Studio, ChatGPT Plus (Codex OAuth), or GitHub Copilot OAuth.
- Create a workspace: Set up a workspace to organize your sessions.
- Connect sources (optional): Add MCP servers, REST APIs, or local filesystems.
- Start chatting: Create sessions and interact with Claude.
