cyb/releases/v0.1.0.md

cyb 0.1.0 — first Bevy shell (dev preview)

The immortal robot, as a native app you can install: one Bevy binary for macOS arm64 and Android arm64. Not the old Tauri build. Not cargo install cyb (that is the crates.io CLI). This is the shell.

Rough. Honest. Installable.

Download

Platform Artifact Notes
macOS (Apple Silicon) Not notarized — see install below
Android (arm64) Debug-signed, sideload only
# macOS — preferred (avoids Gatekeeper "damaged" on unsigned builds)
curl -fsSL https://cyb.ai/install.sh | sh
# or: open the DMG, drag cyb.app, then:
xattr -cr /Applications/cyb.app && open /Applications/cyb.app
# Android
adb install -r cyb-0.1.0-android-arm64-debug.apk

What works

Five worlds in one chrome (desktop hotkeys Cmd+1…5; Android: world tabs):

World What you get
Brain (graph) Live local cybergraph via mir — particles and links you can see
Com Nushell terminal + rune eval; scrollback is the record; streaming replies from the local mind
Robot Live prysm cell from landing.rune (builtin fallback in the binary)
Sigma Local MoneyWallet loop: fund / send / finalize / refresh against ~/cyb/graph.log (demo token PUSSY, peer bob)
Models Which local .model is active; switch for the next question (macOS; weights load lazily)

Also:

  • Hide-on-close + menu-bar tray on macOS — the robot outlives its window
  • Shared durable cell on disk (~/cyb/…) — com history and graph survive restart
  • Deep link scheme cyb:// on Android
  • Same codebase boots on phone and desktop

What does not work (yet)

Read this before you expect a product:

Gap Reality
Not notarized (macOS) Gatekeeper will complain if you double-click a random DMG download. Use install.sh or xattr -cr.
No release-signed APK Only a debug APK ships. Play Store / production signing is not set up.
Not a chain wallet Sigma is a local money-loop demo. It does not talk to space-pussy / bostrom RPC. No Keplr.
Not the old cyb.ai portal No IPFS node, no oracle UI, no legacy React shell. That web line is separate / retired.
Rune acts incomplete query / link / seal / host are stubbed until ward + cybergraph land.
Ward Capability gate — not built. Com runs at full trust.
Cell OTA No radio/resolve pipeline for remote cells. Builtin / local landing.rune only.
crates.io cyb ≠ this app cargo install cyb installs the cy CLI (0.2.x soft3 cell). Different product, same name.

Version map (so nobody gets lost)

Thing Version What it is
This release (DMG/APK) 0.1.0 Bevy shell
crates.io cyb 0.2.1 CLI / soft3 runtime cell
Kelvin (maturity) ~200K for the shell Hot. Expect breakage.

License

Cyber License — Don't trust. Don't fear. Don't beg.


Built from master as of this tag. Feedback → issues on this repo or the graph.

Graph