Skip to content

Releases: dreyvinixz/MyPersonaOS

MyPersonaOS v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 22:32
0e82b0b

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

  1. Clone the repository:
    git clone https://github.com/dreyvinixz/MyPersonaOS.git
    cd MyPersonaOS
  2. Install dependencies:
    npm install
  3. Start the local development server:
    npm run dev
  4. 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 (.gitignore and .env.example).

For detailed guides and architecture, see the MyPersonaOS Wiki.

MyPersonaOS v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 07:30

MyPersonaOS Release v0.1.0

Automated open-source release compiled and verified by GitHub Actions.

Recent Commits

  • 54a1cc6 - feat: add ci:watch script to automate GitHub Actions log retrieval and error analysis
  • cdfae3a - feat: enhance documentation with GitHub Wiki structure, including Home, Architecture, and navigation components
  • a563beb - feat: implement CI/CD pipelines with automated diagnostic log capture and artifact uploads
  • ea2f183 - feat: bootstrap MyPersonaOS project foundation with UI components, state management, CI/CD pipelines, and project documentation.
  • a793f72 - Merge branch 'agent/bootstrap-v0.1' of https://github.com/dreyvinixz/MyPersonaOS into agent/bootstrap-v0.1

Release Info

  • Tag: v0.1.0
  • Build Date: 2026-08-07 07:30:36 UTC
  • Status: Passed TypeScript typecheck & Next.js production build

For full documentation and roadmap, see the MyPersonaOS Docs.