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/presentonor
Install via npx
npx @hexmos/ipm i presenton/presentonPrerequisites
Docker
containerizationVersion: latest
Node.js
runtimeVersion: LTS
npm
package managerPython
runtimeVersion: 3.11
uv
dependency managerVersion: 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 devLinux (Debian/Ubuntu)
wget https://presenton.ai/download/presenton_amd64.deb
sudo dpkg -i presenton_amd64.deb
sudo apt --fix-broken install -yWindows Installer
curl -L https://presenton.ai/download/presenton-setup.exe -o presenton-setup.exe
presenton-setup.exemacOS 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