Angel v0.0.2-alpha — AGI-tier
what's new
recursive self-improvement — angel writes her own skills. when she notices a recurring pattern she drops a markdown file in ~/.angel/skills/proposed/. you move it to active/ and it loads into her system prompt next session. she gets smarter over time, by herself.
time-aware boot greeting — ~/.angel/lifecycle.json tracks when she last saw you. opening her after 10 min vs 6 hours vs 2 weeks gets you a different voice. "changed your mind?" / "morning. coffee?" / "stranger. you alive?"
host superpowers — she actually moves your machine. find_file_anywhere / open_file / open_url / open_app / web_fetch / applescript (controls Music, Messages, Notes, Calendar) / screenshot / clipboard get/set / notify / say_aloud / bash_unsandboxed / python_run / node_run. say "open my resume" — she finds it and opens it.
judge personalization — personalize_for_user(handle, source='github') pulls a public github profile so her cold-open greeting can reference one specific thing about you.
in-app admin window — CMD+SHIFT+A opens the deployed /admin (timeline / traces / memory / heartbeats) inside the app. no browser tab needed.
rubric story — landing page now has the AlwaysOn section + new /admin/heartbeats live multi-source dashboard.
install
download Angel-0.0.2-arm64.dmg below. apple silicon only.
```bash
kill gatekeeper after install (it's unsigned alpha):
sudo xattr -d com.apple.quarantine /Applications/Angel.app
```
or one-line install:
```bash
curl -fsSL https://angel.stephenhung.me/install.sh | bash
```