Back to docs

Docs

Install and first run

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

Rute Bayar ships static binaries for Linux, macOS, and Windows. The main fast-start path is the installer script.

curl -fsSL https://raw.githubusercontent.com/pendig/rute-bayar/main/scripts/install.sh | bash
rutebayar version
rutebayar provider list

Need Homebrew, Go install, or a manual binary? Open install options.

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.