Skip to content

mugiwaraluffy56/aathoos

 
 

aathoos

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.


What is aathoos?

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.


Planned Features

  • 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.


Project Structure

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

Getting Started

The project is in its early stages. To get involved:

git clone https://github.com/aathoos/aathoos.git
cd aathoos

More setup instructions will be added as the codebase grows.


Contributing

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.

  1. Fork the repository
  2. Create a branch for your feature or fix (git checkout -b feature/your-idea)
  3. Commit your changes (git commit -m 'add: your feature description')
  4. Push to your branch (git push origin feature/your-idea)
  5. Open a Pull Request

Check out CONTRIBUTING.md for guidelines. See ARCHITECTURE.md for design decisions and ROADMAP.md for what's planned.


Community

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

License

MIT — free to use, free to build on.


Built with focus, for the student life.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 40.9%
  • Swift 25.5%
  • C 13.9%
  • JavaScript 9.3%
  • CSS 5.4%
  • C# 2.6%
  • Other 2.4%