AI based translation tool for translating text from one language to another. It uses the Gemini AI API to perform the translation. The tool is built using Golang and the Fyne library.
Because I got fed up with the ridiculous pricing policies of AI translate tools (you know who I'm talking about), so I decided to develop my own solution.
- Get an API key from aistudio.google.com/app/apikey
- Download the latest release from the releases page
- Run the tool and enter your API key
- Enter the text you want to translate
If you are using MacOS and you get an error like app is damaged and can’t be opened You should move it to the Trash.
, you can fix it by running the following command in the terminal:
xattr -c franslate.app
- Clone the repository
- Run
go install github.com/fyne-io/fyne-cross@latest
- Run
fyne-cross {OS} --app-id franslate.app
(replace {OS} with your target OS) - The binary will be in the
dist
folder - Run the binary and follow the instructions
- Enjoy!
I realize that not everything is perfect, so I welcome any contribution. Before making major changes, please open a topic to discuss what you want to change.
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.