Website : Link
Fine-tuned model and custom thread license : Link
As Nadi is in development mode, you might get stuck on a broken build.
To reset your installation:
-
Use the following commands to remove any dangling backend processes:
ps aux | grep nitro
Look for processes like "nitro" and "nitro_arm_64," and kill them one by one with:
kill -9 <PID>
-
Remove Nadi from your Applications folder and Cache folder
make clean
This will remove all build artifacts and cached files:
- Delete Nadi extension from your
~/Nadi/extensions
folder - Delete all
node_modules
in current folder - Clear Application cache in
~/Library/Caches/Nadi
- Delete Nadi extension from your
- MacOS: 13 or higher
- Windows:
- Windows 10 or higher
- To enable GPU support:
- Nvidia GPU with CUDA Toolkit 11.4 or higher
- Nvidia driver 470.63.01 or higher
- Linux:
- glibc 2.27 or higher (check with
ldd --version
) - gcc 11, g++ 11, cpp 11 or higher, refer to this link for more information
- To enable GPU support:
- Nvidia GPU with CUDA Toolkit 11.4 or higher
- Nvidia driver 470.63.01 or higher
- glibc 2.27 or higher (check with
- node >= 20.0.0
- yarn >= 1.22.0
- make >= 3.81
-
Clone the repository and prepare:
git clone https://github.com/NandhaKishorM/Nadi-Desktop.git cd Nadi git checkout -b DESIRED_BRANCH
-
Run development and use Nadi Desktop
make dev
This will start the development server and open the desktop app.
# Do steps 1 and 2 in the previous section
# Build the app
make build
This will build the app MacOS m1/m2 for production (with code signing already done) and put the result in dist
folder.
Nadi builds on top of other open-source projects:
Nadi is under AGPLv3 license.