Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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