Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 527 Bytes

File metadata and controls

42 lines (29 loc) · 527 Bytes

vn CLI (Rust)

Cross-platform personal vecnode Rust CLI.

Goals

  • Single Rust binary command surface
  • Script delegation to existing shell and batch workflows
  • Ratatui interactive mode for terminal-first UX

Quick Start

cd cli
cargo build
cargo run -p vn -- --help

Installation

Local Workspace

cd cli
cargo build
cargo run -p vn -- --help

Global Binary (from repo)

cd cli
cargo install --path crates/vn
vn --help

Verify Installation

vn sys info