A personal management OS built for students, by students.
aathoos is an open-source native desktop application — a unified space to manage your academics, tasks, goals, notes, and life. No more juggling five different apps. Just one place that works the way your brain does.
Available for macOS, Windows, and Linux.
Students deal with a unique kind of chaos — assignments, exams, projects, side hustles, and trying to have a life. aathoos is built to tame that chaos. Think of it as your second brain: organized, fast, and actually useful.
aathoos is a native desktop app — not a web app. It runs on your machine, stores your data locally, and works offline. The website exists only as a landing page to explain what aathoos is and where to download it.
This is an early-stage open-source project. We're just getting started, and we'd love for you to be part of it.
- Dashboard — a bird's-eye view of your day, week, and semester
- Task & Assignment Tracker — deadlines, priorities, and progress in one place
- Notes — structured note-taking linked to subjects and topics
- Study Planner — build study schedules around your calendar
- Goal Tracking — set semester goals and stay accountable
- Resource Hub — organize links, files, and references by subject
- Focus Mode — minimize distractions with native OS integration
- Dark/Light Theme — follows your system appearance with manual override
- Data Export — download your data in common formats
Features are being actively discussed and shaped. Join the conversation.
aathoos/
├── macos/ # macOS application target
├── windows/ # Windows application target
├── linux/ # Linux application target
├── core/ # Cross-platform business logic
├── web/ # Landing page (React + Vite)
├── docs/ # Technical documentation and ADRs
├── scripts/ # Developer tooling and build scripts
├── assets/ # Source brand assets (logo, icons)
├── design/ # UI/UX wireframes and design specs
├── tests/ # Cross-component integration tests
├── ARCHITECTURE.md # High-level design decisions
├── ROADMAP.md # Public roadmap by phase
├── CONTRIBUTING.md # How to contribute
├── CHANGELOG.md # Version history
├── CODE_OF_CONDUCT.md # Community standards
├── SECURITY.md # Vulnerability reporting
├── Makefile # Build entry points
└── LICENSE # MIT
The project is in its early stages. To get involved:
git clone https://github.com/aathoos/aathoos.git
cd aathoosMore setup instructions will be added as the codebase grows.
aathoos is open source and community-driven. Whether you're a developer, designer, student, or just someone with good ideas — there's a place for you here.
- Fork the repository
- Create a branch for your feature or fix (
git checkout -b feature/your-idea) - Commit your changes (
git commit -m 'add: your feature description') - Push to your branch (
git push origin feature/your-idea) - Open a Pull Request
Check out CONTRIBUTING.md for guidelines. See ARCHITECTURE.md for design decisions and ROADMAP.md for what's planned.
We're just kicking off. Come build with us.
- GitHub Discussions: share ideas, ask questions, propose features
- Issues: report bugs or suggest improvements
- PRs: all contributions welcome, big or small
MIT — free to use, free to build on.
Built with focus, for the student life.