⚠️ DEPRECATED: This repository is no longer maintained. Please use Presenton instead.
Presenton is an open-source desktop application for generating presentations with AI — all running locally on your device. Stay in control of your data and privacy while using models like OpenAI, Gemini, and others. Just plug in your own API keys and only pay for what you use.
- ✅ Bring Your Own Key — Only pay for what you use. OpenAI, Gemini (More coming soon...)
- ✅ Runs Locally — All code runs on your device
- ✅ Privacy-First — No tracking, no data stored by us
- ✅ Flexible — Generate presentations from prompts or outlines
- ✅ Export Ready — Save as PowerPoint (PPTX) and PDF
- ✅ Fully Open-Source — Apache 2.0 licensed
docker run -it --name presenton -p 5000:80 -v "./user_data:/app/user_data" ghcr.io/presenton/presenton:latest
docker run -it --name presenton -p 5000:80 -v "${PWD}\user_data:/app/user_data" ghcr.io/presenton/presenton:latest
Open http://localhost:5000 on browser of your choice to use Presenton.
Note: You can replace 5000 with any other port number of your choice to run Presenton on a different port number.
Before following these steps make sure Poetry is installed on your system.
git clone https://github.com/presenton/presenton.git
Note: Switch to windows_build branch to run Presenton on Windows
cd presenton && npm run setup:env
npm run dev
Apache 2.0