Ordinary CLI
Command line tools for Ordinary.
The Ordinary CLI is built with Clap.
Installation
Prebuilt releases are provided here.
Note: When building from source, esbuild
will need to be installed because it is used to bundle the
built-in
TypeScript/JavaScript files.
git
## clone
## install
## `--debug` is optional but will make installation much faster
## and won't meaningfully impact local development performance
crates.io
## ordinary CLI
Setup
## install system components
Quick Start
Create and build new project example.com.
Run new project at http://localhost:4433.
CLI Documentation
See: docs/cli-reference.md.
CLI Completions
Add this line to your .zshrc, .bashrc, etc. to gain support for dynamic tab completions.
## ~/.bashrc
## ~/.zshrc
See: clap_complete.
License
Copyright 2026 Ordinary Labs, LLC
Licensed under the GNU AGPLv3: https://www.gnu.org/licenses/agpl-3.0.html
Security
THIS CODE HAS NOT BEEN AUDITED OR REVIEWED. USE AT YOUR OWN RISK.
Refer to the Security Policy.