ordinary 0.6.0-pre.2

Ordinary CLI
Documentation

Ordinary CLI

crates.io docs.rs dependency status License: AGPL v3

Command line tools for Ordinary.

The Ordinary CLI is built with Clap.

Installation

## wasm components
rustup target add wasm32-wasip1 wasm32-unknown-unknown

## ordinary executables
cargo install ordinary@0.6.0-pre.2
cargo install ordinaryd@0.6.0-pre.2

Optionally install Binaryen wasm-opt.

Quick Start

Create and build new project example.com.

ordinary new . example.com && ordinary build example.com

Run new project at http://localhost:8080.

ordinaryd app --project-dir example.com --port 8080 --insecure

CLI Documentation

ordinary --help

See: docs/cli-reference.md.

License

Copyright 2026 Ordinary Labs, LLC

Licensed under the GNU AGPLv3: https://www.gnu.org/licenses/agpl-3.0.html