Back to docs

Docs

Install and first run

Install rutebayar, check the binary, and run your first provider command.

Rute Bayar ships as static binaries and is also intended to be installable through Homebrew.

brew tap pendig/tap
brew install rutebayar
rutebayar provider list

For local development from source:

go test ./...
go build -o ./bin/rutebayar ./cmd/rute-bayar
./bin/rutebayar --help

Keep provider credentials outside the repository. Use CLI onboarding to store sandbox credentials in your local SQLite database.