πš…πš’πš‹πšŽπšŒπš›πšŠπšπšπšŽπš.
Scanning…

Install reference Β· server rendered

Install Vibecrafted

Use the bootstrap on macOS, Linux, or inside WSL2 on Windows. The guided installer above helps you review the same path; this reference remains readable without JavaScript.

Current installation channels
Channel Platform Status
Bootstrap macOS, Linux, WSL2 Published and CI-gated
Source checkout macOS, Linux, WSL2 Published
Container Any Docker host Published
Signed Vibecrafted.app DMG macOS 14+, Apple silicon Build path complete; publication pending

macOS and Linux

Bootstrap today

curl -fsSL https://vibecrafted.io/install.sh | bash

Prefer to inspect the script first:

curl -fsSL https://vibecrafted.io/install.sh -o install.sh
less install.sh
bash install.sh

Windows

Install through WSL2

Vibecrafted does not currently ship native Windows binaries.

wsl --install
wsl --status

After WSL2 is ready, run the Linux bootstrap inside your distro:

wsl bash -c 'curl -fsSL https://vibecrafted.io/install.sh | bash'

Or run the hosted PowerShell handoff. It checks WSL2 and prints the exact next command; it does not install native Windows binaries:

iwr -useb https://vibecrafted.io/install.ps1 | iex

Power users

Build from source

git clone https://github.com/vetcoders/vibecrafted.git
cd vibecrafted
make install

The source checkout also carries build, test, release, and local guided installer targets.

Isolated runtime

Use a container

docker build -t vetcoders/vibecrafted:local .
docker run --rm -it -v "$PWD:/workspace" \
  vetcoders/vibecrafted:local version