Aether Apps is a collection of modern desktop applications specifically designed for the NurOS. These applications are built with performance, usability, and aesthetic consistency in mind, following the NurOS design philosophy.
- Command - Modern terminal emulator with multi-tab support
- Wifi Manager - Wireless network management utility
- Astrum - System utility
- Media Player - Feature-rich media player
- Photo Viewer - Image viewing application
- Notepad - Simple text editor
- Math - Mathematical calculations and utilities
- Four Balls in a Row - Classic connection game
- Juldyz Game - Space shooter game
- Ping Pong - Classic table tennis game
- Tic Tac Toe - Available in multiple implementations:
- C++
- Python
- PHP
- Lua
- Web (HTML/JS/CSS)
- Core Technologies:
- Qt6 Framework
- QTermWidget
- C++
- Meson build
- Ninja
# For NurOS / Arch Linux
sudo pacman -S qt6-base qt6-tools qtermwidget cmake ninja pkg-config noto-fonts-mono
# Clone the repository
git clone https://github.com/NurOS-Linux/aetherapps.git
cd aetherapps
aether-apps/
├── command/ # Aether Command Terminal
├── astrum/ # System Utility
├── math/ # Aether Math Application
├── mediaplayer/ # Aether Media Player
├── calendar # Calendar
├── PhotoViewer/ # Photo Viewer
├── Notepad/ # Text Editor
├── games/ # Game Collection
│ ├── four-balls-in-a-row/
│ ├── juldyzgame/
│ ├── pingpong/
│ └── tictactoe/
└── app_concept/ # Application Prototypes
- C++17 compiler (Clang recommended)
- Qt6 development packages
- CMake 3.16+
- Ninja build system
- Make build system
- Python 3.8+
- Fork the repository
- Create feature branch (
git checkout -b feature/amazing-feature
) - Commit changes (
git commit -m 'Add some amazing feature'
) - Push to branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
- Repository: https://github.com/NurOS-Linux/aetherapps
- NurOS Website: https://nuros.org