MyPersonaOS v0.2.0
MyPersonaOS has been updated! This automated open-source release brings the latest personal-first operating system capabilities, UI refinements, and system enhancements compiled and verified directly from source.
🌟 What's Included
- Today Command Center: Daily focus header, live DateClock, priority tasks checklist, and module summary cards.
- Quick Capture & Inbox: Zero-friction text/link input buffer with Inbox processing; audio and image capture remain planned.
- Tasks & Projects: Goal-aligned task hierarchy (
Goals → Projects → Tasks → Today) with interactive state. - Content Studio: Multi-brand content pipeline supporting CodeToday (programming), Personal (tech/philosophy), and Quant Base (institutional finance).
- English Lab: Spaced-repetition vocabulary acquisition framework tracking active mastery levels (1-5).
- Reactive Storage: Local-first state with private Supabase persistence, offline outbox, RLS, and Realtime sync when Cloud Mode is configured.
- CI/CD & Diagnostics: Automated GitHub Actions build verification and error log artifact capture.
📝 Changelog (Latest 5 Commits)
- 0e82b0b - Merge pull request #6 from dreyvinixz/agent/release-v0.2.0
- ebfa0ee - ci: upgrade Node.js environment to v24.x and add font fallbacks
- c63adc4 - ci: default manual release to v0.2.0
- 7a00df6 - docs: hand off released v0.2.0
- 50017a5 - docs: record v0.2 production state
🚀 Getting Started & Installation
- Clone the repository:
git clone https://github.com/dreyvinixz/MyPersonaOS.git cd MyPersonaOS - Install dependencies:
npm install
- Start the local development server:
npm run dev
- Open http://localhost:3000 in your browser.
ℹ️ Release Information
- Build Date: 2026-08-11 22:32:02 UTC
- Version Tag: v0.2.0
- Node.js Environment: v24.x
- Framework: Next.js 16 (App Router, React 19)
- Status: Passed dependency audit, ESLint, TypeScript typecheck, and Next.js production build
- License: MIT License
🔒 Privacy & Security
- Zero Data Tracking: MyPersonaOS is private and personal-first. No analytics or tracking scripts are included.
- Data Ownership: All data remains stored inside your local browser (
localStorage) in V0.1 and private Supabase RLS in V0.2. - No Secrets Committed: Environment configuration follows strict security guidelines (
.gitignoreand.env.example).
For detailed guides and architecture, see the MyPersonaOS Wiki.