Aomarize is an open-source, cross-platform desktop application designed for tracking real-time artificial intelligence news, breakthroughs, policy accords, and hardware advancements across four key global regions: πΊπΈ United States, π¬π§ United Kingdom, π Asia, and π Africa.
Built with a state-of-the-art Glassmorphic interface, backdrop blur, ambient neon glows, continuous breaking tickers, AI key takeaways, and an integrated Text-to-Speech (TTS) audio reader.
- π 4 Specific Global AI Regions:
- πΊπΈ United States: Silicon Valley frontier models (OpenAI, Anthropic, Google DeepMind), US AI Safety Institute evaluations, and NVIDIA compute silicon.
- π¬π§ United Kingdom: London AI Hub, Β£100M UK AISI benchmark suites, Oxford/Cambridge research, and European policy.
- π Asia: TSMC 1.4nm (A14) semiconductor nodes, East Asian humanoid robotics, China AI breakthroughs, and Singapore ASEAN SeaLion LLMs.
- π Africa: Lelapa AI & Masakhane multilingual NLP (25+ indigenous African languages), Kenyan Agri-Tech computer vision, and Kigali AU AI Ethics Accords.
- π Ultra-Premium Glassmorphism UI:
- Custom frameless drag window with native window controls (minimize, maximize, close).
- Multi-layer frosted glass cards (
backdrop-filter: blur(28px)), neon cyan/violet glowing borders, and animated background mesh orbs.
- β‘ Breaking AI News Ticker: Continuous horizontal marquee displaying real-time regional headlines.
- π€ AI Key Takeaways & Glass Reader: Slide-over reader modal summarizing top 3 bullet points for rapid scanning.
- π§ Built-in Audio Reader (TTS): Listen to full AI news stories aloud powered by native Web Speech Synthesis.
- π·οΈ Topic & Category Filtering: Instantly filter by LLMs & GenAI, Chips & Hardware, AI Regulations, Startups & VC, or AI Health / Medicines.
- π Real-Time Instant Search: Live fuzzy search by keywords, region names, or source publishers.
- β
Bookmarks & Offline Caching: Save favorite articles locally with persistent
localStoragesupport. - π Regional Activity Heat Index: Live sidebar metrics widget comparing regional AI coverage volume across United States, United Kingdom, East Asia, and Africa.
Download the latest official release of Aomarize for your operating system:
| Operating System | Primary Download (Click to Download) | Alternative Portable / Archive Format |
|---|---|---|
| π macOS (Apple Silicon & Intel) | β¬οΈ Download Aomarize-1.0.0-arm64.dmg(or Local repo file) |
β¬οΈ Aomarize-1.0.0-arm64-mac.zip (or Local) |
| πͺ Windows (10 / 11 64-bit Intel/AMD) | β¬οΈ Download Aomarize Setup 1.0.0.exe (Installer)(or Local repo file) |
β¬οΈ Aomarize 1.0.0.exe (Portable) β’ β¬οΈ .zip (or Local) |
| π§ Linux (Ubuntu, Debian, Fedora, Arch) | β¬οΈ Download Aomarize-1.0.0-arm64.AppImage(or Local repo file) |
β¬οΈ aomarize_1.0.0_arm64.deb β’ β¬οΈ .tar.gz (or Local) |
- Click the Download macOS (.dmg) link above.
- Open the downloaded
.dmgfile and drag Aomarize into your/Applicationsfolder. - Open Aomarize from Spotlight or Launchpad.
- Click the Download Windows (.exe) link above.
- Run the installer (or use the Portable
.exefor zero-install instant execution). - The app creates a desktop and Start Menu shortcut automatically.
- AppImage (Recommended):
# Make executable and run chmod +x Aomarize-1.0.0-arm64.AppImage ./Aomarize-1.0.0-arm64.AppImage - Debian / Ubuntu (.deb):
sudo dpkg -i aomarize_1.0.0_arm64.deb
To build standalone distributable binaries for your operating system:
# Build for macOS (.dmg, .zip)
npm run build:mac
# Build for Windows (.exe installer, portable, .zip)
npm run build:win
# Build for Linux (.AppImage, .deb, .tar.gz)
npm run build:linux
# Build all target platforms simultaneously
npm run build:allAll compiled binaries will be output directly to the ./dist/ directory.
| Shortcut | Action |
|---|---|
Esc |
Close Glass Reader Modal |
Click Ticker Item |
Instantly open story in Reader View |
Click Card |
Expand article & AI Key Takeaways |
β
Button |
Toggle article bookmark |
βΆοΈ Button |
Play / Pause Text-to-Speech audio reader |
aomarize/
βββ package.json # Manifest & build configuration
βββ main.js # Electron main process & frameless window manager
βββ preload.js # Secure IPC contextBridge & native desktop hooks
βββ index.html # Main Glassmorphism application markup shell
βββ styles/
β βββ glassmorphism.css # Core design system, backdrop blur & neon glow styles
βββ src/
β βββ newsData.js # Regional news data aggregator (US, UK, Asia, Africa)
β βββ app.js # Renderer logic, feed filters, search & TTS engine
βββ README.md # Open-source documentation
This project is licensed under the MIT License β see the LICENSE file for details.
Crafted with π©΅ for the Global AI Community