A comprehensive productivity desktop application that combines Tasks, Calendar, Notes, and News to help you organize your day.
- Multiple Task Lists - Organize tasks into customizable lists with unique colors
- Smart Task Handling - Create, complete, edit, and delete tasks effortlessly
- Due Date Tracking - Set and visualize task deadlines
- Progress Indicators - See task completion status at a glance
- Task Details - Add descriptions and manage task priorities
- Multiple Views - Switch between Month, Week, and Day views
- Task Integration - See all your tasks directly in the calendar
- Visual Indicators - Days with tasks are clearly highlighted
- Smooth Navigation - Intuitive controls for browsing dates
- Google Calendar Sync π - Live integration with Google Calendar
- OAuth 2.0 secure authentication
- Read calendar events in real-time
- Multi-calendar support
- Auto-sync when changing months
- See events alongside your tasks
- Calendar Import/Export - Import/Export tasks via iCalendar (.ics) format
- Compatible with Google Calendar, Outlook, Apple Calendar
- Duplicate prevention
- Quick Capture - Start writing immediately, name later
- Beautiful Themes - 5 background colors and 5 text colors
- Customizable - Adjustable font sizes (12-24sp)
- Distraction-Free - Full-screen editor with minimal UI
- Timestamped - Automatic creation date tracking
- Organized Grid - Visual card layout for easy browsing
- Live Headlines - Stay updated with the latest news
- Multiple Sources - BBC, CNN, NPR, The Verge, Ars Technica, and more
- Category Filters - Technology, Business, Science, Health, Sports, General
- Clickable Articles - Opens in your default browser
- Smart Caching - 30-minute cache for better performance
- Customizable - Choose your preferred news source and category
- Personalized Greeting - Welcome message based on time of day
- Daily Quote - Inspirational quotes to start your day
- Quick Overview - See your tasks, calendar, and news at a glance
- Customizable Widgets - Show/hide sections based on your preferences
- Dark/Light Mode - Easy on the eyes, day or night
- Multiple Themes - Default, Purple, Ocean, Forest, Sunset, Rose, Sky, Lavender
- Material Design 3 - Modern, beautiful UI following Google's design standards
- Responsive Layout - Adapts to your window size
Download the latest release:
wget https://github.com/corey2120/MyDayDesktop/releases/download/v1.0.2/MyDayDesktop-1.0.2-x86_64.AppImageMake it executable:
chmod +x MyDayDesktop-1.0.2-x86_64.AppImageRun it:
./MyDayDesktop-1.0.2-x86_64.AppImageDownload and extract:
wget https://github.com/corey2120/MyDayDesktop/releases/download/v1.0.2/MyDayDesktop-1.0.2-linux.tar.gz
tar xzf MyDayDesktop-1.0.2-linux.tar.gz
cd MyDayDesktop-1.0.2-linuxRun the launcher:
./myday.shsudo cp -r MyDayDesktop-1.0.2-linux /opt/myday
sudo ln -s /opt/myday/myday.sh /usr/local/bin/mydayNow you can run myday from anywhere!
Clone the repository:
git clone https://github.com/corey2120/MyDayDesktop.git
cd MyDayDesktopRun directly:
./gradlew runBuild distributions:
./build-package.sh all # Creates both AppImage and tarball- Click + to add a new task
- Check the box to mark tasks complete
- Click Add List to create custom task lists
- Click the delete icon to remove tasks
- Set due dates using the date picker
- Switch between Month, Week, and Day views using the tabs
- Use β and β arrows to navigate
- Click any date to see tasks for that day
- Days with tasks show a colored dot indicator
- Sync Your Calendar:
- Go to Settings β Calendar Sync
- Export tasks to .ics file for use in Google Calendar, Outlook, etc.
- Import .ics files to bring tasks from other calendars
- Click + to create a new note
- Start writing immediately
- Click the palette icon to customize appearance
- Choose background color, text color, and font size
- Click β to save
- Click any note card to edit
- Click the delete icon to remove
- Browse latest headlines from multiple sources
- Click any headline to read the full article in your browser
- Change news source and category in Settings
- News refreshes automatically with smart caching
- Toggle widgets on/off (Greeting, Quote, News)
- Choose your preferred news source and category
- Switch between Dark/Light mode
- Select from 8 beautiful themes
- Manage calendar synchronization
- OS: Linux (any modern distribution)
- Java: JRE/JDK 17 or higher
- Display: X11 or Wayland
- Memory: 512 MB RAM (recommended: 1 GB)
- Storage: 100 MB free space
All your data is stored locally and securely in:
~/.myday/data.json
This includes:
- All tasks and task lists
- Notes with formatting
- Calendar events
- Application settings
Simply copy the ~/.myday directory:
cp -r ~/.myday ~/myday-backupBuilt with modern, robust technologies:
- Kotlin - Modern, concise programming language
- Compose Multiplatform - Declarative UI framework
- Material 3 - Google's latest design system
- Kotlinx Serialization - JSON persistence
- Kotlinx Coroutines - Asynchronous programming
- β Enhanced Calendar Features - Improved month/week/day views
- β Google Calendar Integration - Live sync with OAuth 2.0
- β UI/UX Improvements - Better navigation and user experience
- β Performance Optimizations - Faster rendering and caching
- β Bug Fixes - Stability improvements
- Calendar Sync - iCalendar import/export
- Calendar Redesign - Month/Week/Day views
- News Widget - Clickable headlines with caching
- Professional Icon - 512x512 calendar-themed
- Performance - Optimized rendering and caching
- Bug Fixes - Deprecated icons, navigation improvements
- Initial release with core features
- Tasks, Calendar, Notes, News, and Home dashboard
- Dark/Light mode and multiple themes
- Data persistence
See full changelog
Contributions are welcome! Whether it's:
- π Bug reports
- π‘ Feature suggestions
- π Documentation improvements
- π§ Code contributions
Please feel free to open an issue or submit a pull request.
See docs/VERSION_1.0.3_TODO.md for planned features:
- UI/UX improvements
- Subtasks and priorities
- Rich text formatting in notes
- Recurring tasks
- Pomodoro timer
- Windows and macOS support
This project is licensed under the MIT License - see the LICENSE file for details.
Having issues? Here are some resources:
- π Quick Start Guide
- π§ Installation Guide
- π Report a Bug
- π¬ Discussions
Coming soon! Screenshots of the application in action.
- Inspired by the Android MyDay app
- Icons from Material Design Icons
- News feeds from various RSS sources
Made with β€οΈ using Kotlin and Compose Multiplatform
Star β this repository if you find it helpful!