Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.64 KB

File metadata and controls

56 lines (40 loc) · 1.64 KB

Pi-Forge the Pi-Ware continuation

Pi-Forge is a community-driven continuation of Pi-Ware. Pi-Ware is an app store inspired by Botspots pi-apps for the Raspberry Pi that allows you to install apps that you generally can't get from the official repos and/or without an extra amount of work.

NEW:

We have added some new stuff go have a look!

To learn more vist our wiki!

Links:

Join our Discord server:

Pi-Ware Discord server

Look at our wiki

The Pi-Forge wiki

How to install and use Pi-Forge

Install Pi-Forge

sudo apt update && sudo apt upgrade -y
sudo apt install python3 -y
sudo apt install python3-pip -y
sudo apt install python3-tk -y
sudo apt install python3-ttkthemes -y
sudo apt install python3-screeninfo -y
git clone https://github.com/G265Dev/Pi-Forge.git
mv Pi-Forge pi-ware
cd pi-ware
bash install

Update Pi-Forge

Pi-Forge will automatically fetch and install updates, and tell you to restart it to apply them.

If you want to force update Pi-Forge, run

pi-ware --update --force

Uninstall Pi-Forge

cd $HOME/pi-ware
bash uninstall

Thanks to https://chatgpt.com/ for providing our logo!

Enjoy Pi-Forge