logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install presenton/presenton. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

presenton/presenton Installation Guide

How to install presenton/presenton. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for presenton/presenton. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i presenton/presenton
or

Install via npx

npx @hexmos/ipm i presenton/presenton

Prerequisites

Docker

containerization

Version: latest

Node.js

runtime

Version: LTS

npm

package manager

Python

runtime

Version: 3.11

uv

dependency manager

Version: latest

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Docker Installation

docker run -it --name presenton -p 5000:80 -v "./app_data:/app_data" ghcr.io/presenton/presenton:latest

echo "Open http://localhost:5000 in your browser to use Presenton."

Electron Desktop App (macOS, Windows, Linux)

cd electron

npm install

npm run setup:env

npm run dev

Linux (Debian/Ubuntu)

wget https://presenton.ai/download/presenton_amd64.deb

sudo dpkg -i presenton_amd64.deb

sudo apt --fix-broken install -y

Windows Installer

curl -L https://presenton.ai/download/presenton-setup.exe -o presenton-setup.exe

presenton-setup.exe

macOS Installer

curl -L https://presenton.ai/download/Presenton.dmg -o Presenton.dmg

hdiutil attach Presenton.dmg

sudo cp -R /Volumes/Presenton/Presenton.app /Applications

hdiutil detach /Volumes/Presenton