nuzur CLI

A command-line tool for managing local agents, running extensions, and interacting with your nuzur projects from the terminal.

Install

macOS

Install via Homebrew. Works on both Intel and Apple Silicon. Homebrew.

brew install nuzur/tap/nuzur-cli

To upgrade later: brew upgrade nuzur/tap/nuzur-cli

Linux

Download the latest binary for your architecture from the GitHub releases page.

Download from GitHub releases

Available for x86_64 and arm64. Extract the archive and move nuzur-cli to a directory on your $PATH.

Windows

Install via Scoop. First add the nuzur bucket, then install.

scoop bucket add nuzur https://github.com/nuzur/scoop-bucket
scoop install nuzur-cli

To upgrade later: scoop update nuzur-cli

No Scoop? Download the .zip from the GitHub releases page, extract it, and add nuzur-cli.exe to your PATH.

Verify the installation

After installing, confirm the CLI is on your path:

nuzur-cli --version

What you can do with the CLI

Local agents

Pair your machine as a local agent and connect your local databases directly to the nuzur Data Manager — without exposing credentials to the cloud.

Read the docs →

Extensions

Run generator extensions from the terminal: sql-gen (SQL Generator), proto-gen (Protobuf Generator), and go-code-gen (Go Code Gen).

Read the docs →

Open source

The CLI is open source under the MIT license. Browse the code, open issues, or contribute on GitHub.

View on GitHub →

Ready to get started?

Install the CLI and connect your local database in minutes — your machine is paired automatically on first connection.

Read the local agent guide