# How to get the app
# Install the app
Download the latest version for your OS from github releases.
https://github.com/typerefinery-ai/typerefinery/releases/latest (opens new window)
Don't forget to drops us a star if you like the app. We welcome any feedback and contributions.
# Download Source code
The typerefinery app's source code available below, you can download and run the app easily.
Don't forget to drops us a star if you like the app. We welcome any feedback and contributions.
https://github.com/typerefinery-ai/typerefinery/releases/latest (opens new window)
# Run Setup
# clone the project
git clone https://github.com/typerefinery-ai/typerefinery.ai.git
# enter the project directory
cd typerefinery
# install dependency
npm install
# develop
npm run electron:dev
# build the app and run
npm run electron:start