Presenton

Create stunning presentations with the power of AI

Join our beta program and help shape the future of presentation creation. Your feedback matters.

P

Create with Confidence

Powerful features to transform your presentations

AI-Powered

Generate professional presentations from text prompts or uploaded files with advanced AI technology.

Beautiful Graphics

Transform your ideas into visually stunning presentations with automatically generated graphics.

BYOK

Use your own OpenAI or Gemini API keys for complete control over your AI usage and costs.

Installation Guide

Follow these simple steps to get started with Presenton

Linux Installation

  1. 1Download the AppImage file
  2. 2Open terminal and run:
  3. chmod a+x Presenton-*.AppImage
    ./Presenton-*.AppImage

Windows Installation

  1. 1Download the .exe installer
  2. 2Double-click the installer
  3. 3Follow the installation wizard
  4. 4Launch from Start menu

Open Source Under Apache 2.0

Presenton is 100% open source. Feel free to contribute, modify, and share under the Apache 2.0 license.


# Run from source
# Note: Make sure Poetry is installed on your system.
# https://python-poetry.org/docs/

1. Clone the repository
git clone https://github.com/presenton/presenton.git

2. Setup Electron, Python and NextJS Environments.
cd presenton && npm run setup:env

3. Run Presenton
npm run dev

-----------------------------------------

# Run with Docker
1. Clone the Docker repository
git clone https://github.com/presenton/presenton_docker.git

2. Start Presenton with Docker
cd presenton_docker && docker compose up

3. Open Presenton
Open http://localhost:3000 in your browser