Installation
Download and install Shoebox for your operating system.
System Requirements
- macOS: 10.13 (High Sierra) or later
- Windows: Windows 10 or later
- Linux: Modern distributions with AppImage support
Important: Unsigned App Security Warnings
Shoebox is currently distributed without a paid code-signing certificate. This means your operating system will show security warnings during download or first launch. This is expected and normal for unsigned applications.
These warnings appear for any application without a code-signing certificate, regardless of safety. Code-signing certificates cost $300-500 annually. If you'd like to support signing/notarizing the app to remove these warnings permanently, let the maintainer know.
The instructions below include steps for handling these warnings on each platform.
macOS
1. Download and Install
Download Shoebox-<version>.dmg from GitHub Releases, then:
- Open the downloaded DMG file
- Drag Shoebox to your Applications folder
- Close the DMG window
2. Launch Shoebox (with security warning handling)
When you first try to open Shoebox, macOS Gatekeeper will block it with a message like "Shoebox can't be opened because it is from an unidentified developer."
To proceed:
- Try to open Shoebox normally from Applications (you'll see the warning)
- Go to System Settings > Privacy & Security
- Scroll down to the Security section
- You'll see a message about Shoebox being blocked
- Click "Open Anyway"
- Authenticate with your password when prompted
- Click "Open" in the confirmation dialog
Alternative method: Right-click (or Control-click) the Shoebox app and select "Open" from the menu, then click "Open" in the dialog.
If you see "App is damaged and can't be opened": This is an extended attribute issue. Fix it by running this command in Terminal:
xattr -cr /Applications/Shoebox.appWindows
1. Download
Download Shoebox-<version>.exe from GitHub Releases.
Your browser may warn "This file is not commonly downloaded." To proceed:
- Click the menu button (⋮) on the warning
- Select "Keep" or "Keep anyway"
2. Install (with security warning handling)
- Double-click the downloaded
Shoebox-<version>.exeinstaller - Windows SmartScreen will show: "Windows protected your PC"
- Click "More info"
- Click "Run anyway"
- If prompted by User Account Control, click "Yes"
- Follow the installation wizard to complete installation
If Windows Defender blocks the download:
- Open Windows Security > Virus & threat protection
- Click "Protection history"
- Find the Shoebox entry
- Click "Actions" > "Allow"
Note: These warnings only appear on first download/install. Once installed, the app will launch normally.
3. Launch
Launch Shoebox from the Start menu or desktop shortcut. No additional warnings - you're done!
Linux
1. Download
Download Shoebox-<version>.AppImage from GitHub Releases. Linux doesn't show security warnings for AppImages.
2. Make it executable
chmod +x Shoebox-<version>.AppImage3. Run Shoebox
./Shoebox-<version>.AppImageYou can also double-click the AppImage file from your file manager if it's set to allow executing files.
First Launch
When you first start Shoebox, you'll see a sample archive pre-loaded. See the First Launch guide for a complete walkthrough of the sample archive and interface.
Troubleshooting
Linux: AppImage Won't Run
Ensure you have FUSE installed:
# Ubuntu/Debian
sudo apt install fuse libfuse2
# Fedora
sudo dnf install fuse fuse-libsIf the AppImage still won't run, check that it's executable:
chmod +x Shoebox-<version>.AppImageUpdates
Shoebox includes automatic update checking. When a new version is available, you'll see a notification in the app.
Uninstallation
macOS
Drag Shoebox from Applications to Trash
Windows
Use Add/Remove Programs in Settings
Linux
Delete the AppImage file
Note: User data and archives are stored separately and won't be deleted. Archive location varies by platform:
- macOS:
~/Library/Application Support/shoebox/ - Windows:
%APPDATA%/shoebox/ - Linux:
~/.config/shoebox/
Next Steps
After installation, proceed to Getting Started to learn the basics.
