cli
Vibercode CLI
File Explorer
Download Latest Version (.zip)- bug_report.yml
- feature_request.yml
- ci.yml
- release.yml
- PULL_REQUEST_TEMPLATE.md
- CHAT_AI_INTEGRATION.md
- CHAT_BRIDGE_README.md
- COMPONENT_MODE_SETUP.md
- COMPONENT_VALIDATION_FIX.md
- MCP_CORRECCIONES.md
- PASO3_MCP_REAL.md
- PROMPTS_UPDATED.md
- PRUEBAS_MCP.md
- README_VECTOR_GRAPH.md
- SETUP.md
- TESTING_GUIDE.md
- VECTOR_GRAPH_INTEGRATION.md
- VIBE_API_DOCUMENTATION.md
- VIBE_FULL_MODE.md
- generate.go
- mcp.go
- root.go
- run.go
- schema.go
- serve.go
- template.go
- vibe.go
- ws.go
- first-complete-api.md
- cli-commands.md
- quickstart.md
- README.md
- plugin-development-guide.md
- common-errors.md
- primera-api-completa.md
- testing-completo.md
- cli-commands.md
- quickstart.md
- README.md
- INDEX.md
- blog-api.json
- user-management.json
- quick-start.sh
- vector_graph_example.go
- README.md
- handlers.go
- middleware.go
- server.go
- types.go
- api.go
- api_docs.go
- api_docs_test.go
- auth.go
- auth_test.go
- deployment.go
- deployment_basic_test.go
- enhanced_field.go
- middleware.go
- middleware_test.go
- plugins.go
- README_API_DOCS.md
- README_AUTH.md
- resource.go
- schema_generator.go
- testing.go
- testing_basic_test.go
- ui.go
- handlers.go
- protocol.go
- README.md
- server.go
- api_docs.go
- auth.go
- database.go
- deployment.go
- field.go
- field_test.go
- middleware.go
- plugins.go
- schema.go
- testing.go
- ui.go
- utils.go
- embedding_service.go
- graph_storage.go
- schema_storage.go
- vector_graph_service.go
- vector_storage.go
- api_docs.go
- auth.go
- config.go
- deployment.go
- enhanced_model.go
- frontend.go
- handler.go
- middleware.go
- middleware_helpers.go
- migrations.go
- model.go
- oauth.go
- plugins.go
- react.go
- registry.go
- repository.go
- schema_templates.go
- service.go
- supabase.go
- testing.go
- ui.go
- ui_config.go
- ui_helpers.go
- go_api_examples.md
- prompt_loader.go
- system.md
- ui_examples.md
- chat.go
- chat_bridge.go
- claude.go
- interfaces.go
- logger.go
- preview.go
- preview_enhanced.go
- vibe.go
- server.go
- config_test.go
- generator.go
- manager.go
- README.md
- types.go
- validator.go
- devtools.go
- interfaces.go
- registry.go
- security.go
- ui.go
- 01-database-providers.md
- 02-template-system.md
- 03-configuration.md
- 04-auth-generator.md
- 05-api-docs.md
- 06-migrations.md
- 07-middleware.md
- 08-testing.md
- 09-deployment.md
- 10-plugins.md
- 11-ide-integration.md
- 12-live-reload.md
- 13-code-quality.md
- .mcp.json
- .cursorrules
- .env.example
- .gitignore
- .goreleaser.yml
- .mcp.json
- .vibercode
- .vibercode-config.json
- CHANGELOG.md
- CLAUDE.md
- config.example.env
- CONTRIBUTING.md
- docker-compose.yml
- go.mod
- go.sum
- IMPLEMENTATION_SUMMARY.md
- install.sh
- LICENSE
- main.go
- PROJECT_ORGANIZATION.md
- README.md
- README_EN.md
- SECURITY.md
- tasks.md
- TOKEN_EFFICIENCY_SYSTEM.md
- vibercode-cli-go.code-workspace
# Installation Guide
1. Get the code
git clone https://github.com/vibercode/cli
Downloads the entire project code from GitHub to your computer.
cd cli
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g pnpm
Installs the package published on the npm registry globally β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Docker
EasyPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
4. Go
MediumPrerequisites
go build -o vibercode .
Compiles the Go program into an executable.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
