-
Notifications
You must be signed in to change notification settings - Fork 0
# Installation
Marc edited this page Feb 25, 2026
·
7 revisions
No installation needed — download, make executable, run.
chmod +x Anvil_Organizer-0.1.0-x86_64.AppImage
./Anvil_Organizer-0.1.0-x86_64.AppImage- Python 3.11+
- Git
git clone https://github.com/Marc1326/Anvil-Organizer.git
cd Anvil-Organizer
chmod +x install.sh
./install.shThis creates a virtual environment, installs dependencies, and adds a desktop entry to your app menu.
⚠️ Manual install does not create a desktop entry. You will need to start the app from the terminal each time. Useinstall.shor the AppImage instead for a better experience.
git clone https://github.com/Marc1326/Anvil-Organizer.git
cd Anvil-Organizer
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/python main.py- 📦 AUR (Arch/CachyOS/Manjaro)
- 📦 .deb (Debian/Ubuntu/Mint)
- 📦 .rpm (Fedora/openSUSE)