Skip to content

PuPu is a lightweight tool that makes it easy to run AI models on your own device. Designed for smooth performance and ease of use, PuPu is perfect for anyone who wants quick access to AI without technical complexity.

License

Notifications You must be signed in to change notification settings

haoxiang-xu/PuPu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PuPu UI

PuPu

A simple and easy to use UI for the Ollama.




Download for Windows Download for Mac Download for Linux

PuPu is a lightweight tool that makes it easy to run AI models on your own device. Designed for smooth performance and ease of use, PuPu is perfect for anyone who wants quick access to AI without technical complexity.

PuPu UI 3

Table of Contents

App installation

Windows

  • Download the .exe Windows installer here.
  • Run the installer and follow the instructions.
  • Once the installation is complete, you can find the app in the start menu.

Mac

  • Download the .dmg Mac installer here.
  • Open the downloaded file and drag the app to the Applications folder.
  • Once the installation is complete, you can find the app in the Applications folder.

Linux

  • Download the .deb or .AppImage file here.
  • If you downloaded the .deb file, run the following command in the terminal:
sudo dpkg -i PuPu-0.0.2.deb

OR

sudo apt install ./PuPu-0.0.2.deb
  • Ensuring Proper Sandbox Permissions: If you encounter an error message about sandbox permissions, you can run the following command:
sudo chown root:root /opt/PuPu/chrome-sandbox
sudo chmod 4755 /opt/PuPu/chrome-sandbox

Local Setup

  • Install dependencies: To run the electron app locally, you need to install the dependencies by running the following command:

npm install

  • Rebuild the Electron App: After installing the dependencies, you need to rebuild the electron app by running the following command:

npx electron-rebuild

  • Run the Electron App: Once the dependencies are installed, you can run the app by running the following command:

npm start

  • Build the React App: In order to build the app for different platforms, you should build the React app first by running the following command:

Deployment

npm run build

  • Build the Electron App: Once the React app is built, you can build the electron app for different platforms by running the following command:

npx electron-builder --mac (for mac)

npx electron-builder --win (for windows) Notice: Windows might require you to run the command in an administrator shell.

npx electron-builder --linux (for linux)

About

PuPu is a lightweight tool that makes it easy to run AI models on your own device. Designed for smooth performance and ease of use, PuPu is perfect for anyone who wants quick access to AI without technical complexity.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages