Skip to content

Latest commit

Β 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Aomarize β€” Regional AI News Glassmorphism Desktop App

License: MIT Electron Platform UI

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.


✨ Features

  • 🌐 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 localStorage support.
  • πŸ“Š Regional Activity Heat Index: Live sidebar metrics widget comparing regional AI coverage volume across United States, United Kingdom, East Asia, and Africa.

πŸ’Ύ Downloads & Instant Installation

Download the latest official release of Aomarize for your operating system:

Download for macOS Download for Windows Download for Linux

All Releases

πŸ“₯ Direct Download Links

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)

πŸ’» Installation Guides

🍏 macOS Installation

  1. Click the Download macOS (.dmg) link above.
  2. Open the downloaded .dmg file and drag Aomarize into your /Applications folder.
  3. Open Aomarize from Spotlight or Launchpad.

πŸͺŸ Windows Installation

  1. Click the Download Windows (.exe) link above.
  2. Run the installer (or use the Portable .exe for zero-install instant execution).
  3. The app creates a desktop and Start Menu shortcut automatically.

🐧 Linux Installation

  • 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

πŸ“¦ Building for Production

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:all

All compiled binaries will be output directly to the ./dist/ directory.


⌨️ Keyboard Shortcuts & Controls

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

πŸ“ Project Architecture

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

πŸ“„ License

This project is licensed under the MIT License β€” see the LICENSE file for details.


Crafted with 🩡 for the Global AI Community

About

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.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages