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 Install reference Β· server rendered
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.
| 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
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
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
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
docker build -t vetcoders/vibecrafted:local .
docker run --rm -it -v "$PWD:/workspace" \
vetcoders/vibecrafted:local version