Installation
Install via npm
Section titled “Install via npm”npm install -g @vibe-lang/vibeInstall via Bun
Section titled “Install via Bun”bun install -g @vibe-lang/vibeVerify Installation
Section titled “Verify Installation”After installation, verify Vibe is working:
vibe --versionYou should see the version number printed.
API Keys
Section titled “API Keys”Vibe works with multiple AI providers. You’ll need an API key from at least one:
- Anthropic - Get API key
- OpenAI - Get API key
- Google AI - Get API key
Create a .env file in your project directory:
ANTHROPIC_API_KEY=sk-ant-api03-xxxxxxxxxxxxx# orOPENAI_API_KEY=sk-xxxxxxxxxxxxx# orGOOGLE_API_KEY=xxxxxxxxxxxxxVS Code Extension
Section titled “VS Code Extension”For syntax highlighting and language support, install the VS Code extension:
code --install-extension vibelang.vibe-languageOr search for “Vibe Language” in the VS Code extensions marketplace.
Next Steps
Section titled “Next Steps”You’re ready to write your first Vibe program!