🖥️ Mistral_Desktop is a desktop application designed to provide an optimized Mistral experience.
To use this project, follow the steps below in your preferred terminal.
Before anything else, install the necessary dependencies:
npm installNote: This step is mandatory before building or running the application with npm start.
- Run the following command to build the
Mistral-win32-x64/folder :
npm run build-win
- You can then launch the application by running
Mistral.exeinside this folder.
- Run the following command to build the
Mistral-darwin-x64/folder:
npm run build-mac- Copy the application to
/Applications/so that it appears in the Launchpad:
sudo cp -R Mistral-darwin-x64/Mistral.app /Applications/- You can then run
Mistraldirectly from the Launchpad.
Give a ⭐️ if this project helped you!
