Download the application binary from the releases page
- Linux:
- For text-to-speech features to be available, install
speech-dispatcherwith your favorite package manager
- For text-to-speech features to be available, install
- Windows:
- For non power users, the
installerversion is recommended. If you download theportableversion instead, extract the contents first, before running thePoetAssistant.exefile - Starting with Windows 11, you'll see a warning about an unknown publisher. To be able to run the app, you'll have to click "More info" and then allow the app. My understanding is that I'd have to pay several hundred dollars every year to get rid of this warning (by purchasing a certificate to sign the app). I'm not investing in this at this point.
- For non power users, the
Poet Assistant has been tested on the following systems:
- Mac: 12
- Linux: Ubuntu 20.04, Fedora 35
- Windows: 10, 11
This section is for developers who wish to build the app from sources. Regular users should refer to the "Installing" section above instead.
- Install Qt
- Install additional dependencies:
- Linux:
speech-dispatcher,libspeechd-dev
- Linux:
- Run the appropriate build script for your platform:
bash deploy/linux.bashbash deploy/mac.bashdeploy\windows.bat
- The application is created in
app/build/out