ThatOneCalculator / google-chat-tauri

Google Chat as a native app on Linux, macOS, and Windows with Tauri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Chat Tauri

Run Google Chat as a "real" application with Tauri

Download (Linux, Windows, macOS):

https://github.com/ThatOneCalculator/google-chat-tauri/releases/latest


Tech stack:

tauri badge vite badge rust badge

Obligatory screenshot:

screenshot of google chat settings with a test notification

Pros:

  • Not Electron
  • Relatively small, both in file size (17MB binary and 488KB saved cache on Linux) and memory usage (~800-1000MB average with a space open)
  • Notifications
  • Cool splash screen

Cons:

  • No support for third party auth

Plans:

  • Linux, macOS, and Windows builds
    • AUR package
    • Flathub
  • System tray
    • Add options
    • Reactive for notifications
    • Fix monochrome on non-macOS
  • Custom CSS & JS
  • Custom settings
    • Config file
    • Possibly injecting custom settings into web UI (low priority)

Non-plans:

  • Adding features far outside of my use case or a "reasonable" use case
  • Turning this into a "big project" (it doesn't need to be)
  • Mobile builds

Credits:

About

Google Chat as a native app on Linux, macOS, and Windows with Tauri

License:MIT License


Languages

Language:HTML 51.3%Language:Rust 28.1%Language:CSS 13.9%Language:TypeScript 6.7%