Skip to content

Releases: CoreRed-Project/orph-cli

v0.1.1

17 Apr 04:22

Choose a tag to compare

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: orphd is now an optional state accelerator, not
    a required component — orph is 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, and cfg set

Fixed

  • ARM64 cross-compilation in CI: removed fragile dynamic linker append,
    linker config now lives statically in .cargo/config.toml
  • Clippy: checked_div() for mem_pct/disk_pct, RunFlags type 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

16 Apr 22:17

Choose a tag to compare

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 info
  • orph run — Script runner from ~/.orph/scripts/ (auto-created on first use)
  • orph pet — Virtual companion with time-based decay
  • orph cfg — SQLite-backed key/value config
  • orph logs — Structured local log viewer (--follow, --tail -n N)
  • orph telemetry — Local command usage stats, never transmitted
  • orph core — Optional orphd daemon lifecycle management
  • orph completions — Shell completions for bash/zsh/fish

Installation

git clone https://github.com/CoreRed-Project/orph-cli.git
cd orph-cli
make install

Requires Rust 1.85+. See README for full usage.

Changelog

See CHANGELOG.md for full details.