Raspberry Bookshelf is a minimalist web-based catalog of Raspberry Pi Magazines and Books. Inspired by the official Raspberry Pi Desktop Bookshelf application (raspberrypi-ui/bookshelf), this project provides a simple and accessible web interface for browsing and downloading publications as PDF files.
- Catalog: Browse the official Raspberry Pi Magazines and Books collection.
- Download PDFs: Download magazines and books directly to your device.
docker compose upThis uses the provided compose.yaml file to set up and run the application.
If you have Go installed:
make dependencies build
./raspberry-bookshelfThis downloads dependencies, builds the binary, and runs the app.
You can find ready-to-run binaries for various systems on the releases page.
Just download the appropriate file for your OS and execute it.
After running the application by one of the methods above, open your browser and navigate to:
http://localhost:8080
This project is licensed under the GNU General Public License (GPL). See the LICENSE file for details.
If you have suggestions or would like to contribute, feel free to open an issue!
