Open Storefront is a lightweight Python application that lets you browse nested 3DS storefronts and download homebrew, tools, and other content — all from your terminal. It requires no external dependencies and runs on Windows, macOS, and Linux.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/drake-rochelle/open-storefront/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Learn what Open Storefront does and how it works
Quickstart
Get browsing a storefront in under a minute
Storefront Format
Build or host your own storefront
Advanced Features
Custom homes, input automation, and building binaries
How It Works
Open Storefront fetches astorefront.json file from Google Drive, parses it into an interactive menu, and lets you navigate nested sub-storefronts or download individual files — all with simple numeric key presses.
Run the client
Launch the client with
python main.py. It loads the default home storefront automatically.Navigate and download
Enter item numbers to navigate into sub-storefronts or download files to your local machine.
Open Storefront uses only the Python standard library — no
pip install required before running.