Releases: CoreRed-Project/orph-cli
Releases · CoreRed-Project/orph-cli
v0.1.1
v0.1.1 — UX and scope refinement
This release focuses on UX polish and scope clarity for orph as a
local-first cyberdeck CLI tooling system.
Changes
- Scope redefined:
orphdis now an optional state accelerator, not
a required component —orphis fully functional offline-first - Human-readable output reviewed across all commands for consistency
- Daemon offline banner deduplicated (shown once per invocation)
- Actionable error hints improved for
core start,run, andcfg set
Fixed
- ARM64 cross-compilation in CI: removed fragile dynamic linker append,
linker config now lives statically in.cargo/config.toml - Clippy:
checked_div()formem_pct/disk_pct,RunFlagstype alias
Install
Raspberry Pi (ARM64):
curl -L .../orph-linux-aarch64 -o orph && curl -L .../orphd-linux-aarch64 -o orphd
chmod +x orph orphd && sudo mv orph orphd /usr/local/bin/
v0.1.0 — First Release
orph v0.1.0
First stable release — offline-first personal CLI for local machine management.
What's included
orph sys— CPU, memory, disk stats and host infoorph run— Script runner from~/.orph/scripts/(auto-created on first use)orph pet— Virtual companion with time-based decayorph cfg— SQLite-backed key/value configorph logs— Structured local log viewer (--follow,--tail -n N)orph telemetry— Local command usage stats, never transmittedorph core— Optionalorphddaemon lifecycle managementorph completions— Shell completions for bash/zsh/fish
Installation
git clone https://github.com/CoreRed-Project/orph-cli.git
cd orph-cli
make installRequires Rust 1.85+. See README for full usage.
Changelog
See CHANGELOG.md for full details.