My background is in building web apps with Elixir and Phoenix. I made GG Translator in early 2024 to see if I could build a desktop app in a language I had never used before (Rust) with the help of AI. It was a great exercise and I found out that I could. I used Tauri instead of Electron because it has a smaller footprint. I built the app but never released it because I wasn't ready to support it.
When GPT 5.6 came out earlier this month I pointed it at the old codebase and tasked it with rewriting that entire app (still in Rust using Tauri), modernizing, refactoring, and looking for any improvements that it could find.
---
The app is a sneak peek of how an AI profanity filter might look like in the future. The ultimate integration would see it built into gaming platforms like Steam and PSN where it's not only transforming your speech on demand, but it's also able to transform incoming audio from your teammates into family friendly language so parents can feel better knowing their kids aren't being bombarded with slurs when they let them play online multiplayer games.
I also imagine an incredible opportunity for voice licensing allowing users to pay to unlock voices of their favorite streamers, actors, athletes, and characters for a limited time. Who wouldn't want to sound like Samuel L. Jackson yelling about motherfucking noobs in their motherfucking lane?
---
The biggest obstacle was code signing. I went through all the hurdles in 2024, paying for an expensive OV signing certificate and also paying for the Apple Developer program. For 2026 I decided that the OV signing certificate is a racket and I'm not going to pay for it again. I already have an Apple Developer account for another app so I didn't have to pay extra to sign the macOS build. For Windows, the SmartScreen warnings when installing the app are a drag, but you can just tap more info and install it anyway.