v1.0.5
Omma Linux v1.0.5
ARM64 build for Raspberry Pi 3/4/5 with 64-bit OS
Installation on Your Pi
# Install dependencies (one-time)
sudo apt-get update
sudo apt-get install -y libgtk-4-1 libadwaita-1-0
# Download the binary
wget https://github.com/notabC/omma-linux/releases/download/v1.0.5/omma-aarch64-unknown-linux-gnu
# Make it executable
chmod +x omma-aarch64-unknown-linux-gnu
# Move to system path
sudo mv omma-aarch64-unknown-linux-gnu /usr/local/bin/omma
# Run it
ommaBuild Details
- Platform: ARM64 (aarch64-unknown-linux-gnu)
- Built with: Fedora Docker image + QEMU
- Binary size: ~450KB
- Runtime memory: ~30MB RAM
Features
- Incubator management UI
- Task tracking system
- Real-time search and filtering
- Native GTK4/libadwaita performance
- Dark mode optimized for Pi displays
🤖 Built automatically by GitHub Actions