Installation

The fastest local setup is to clone the repository and run the startup script. The script is the recommended first path because it installs missing UI tooling, generates required assets, builds the server binary, starts OpenVibely, and tails the log.

Requirements

Fresh Clone

git clone https://github.com/openvibely/openvibely.git
cd openvibely
./start.sh

If the script is not executable:

chmod +x start.sh
./start.sh

What ./start.sh Does

The default URL is http://localhost:3001.

Developer Workflow

Use this only if you are working on the OpenVibely codebase itself:

make install-tools
make dev

make install-tools installs additional developer tools such as air, swag, and the optional goose CLI. Normal app startup does not require these.

Next Step

After startup, open the web app and configure at least one model from the Models screen. Then create a project from the sidebar and use Chat or Tasks to begin work. See First-Time Setup.