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.

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-proto-server-gen (Go + Proto Server 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, pair your machine, and connect your local database in minutes.

Read the local agent guide