Docs

Getting started

Introduction

A local-first presentation workspace built around the file you own.

OpenSlideX editor with a violet presentation preview in an ivory studio

Command Console

One command installs OpenSlideX as a complete local app.

No Node.js, npm, Git, or administrator access required.

macOSTerminal
curl -fsSL https://raw.githubusercontent.com/zz41354899/open-slidex/main/install.sh | sh
WindowsPowerShell
irm https://raw.githubusercontent.com/zz41354899/open-slidex/main/install.ps1 | iex

Installed? Open a new terminal and run slidex

A deck is a folder

OpenSlideX starts from a directory you choose. Its source, assets, and exports can live beside the rest of your project instead of behind a hosted account.

The source of truth is presentation.mdx: readable enough for an editor, structured enough for a Workbench, and ordinary enough for Git.

What happens locally

Use Workbench to edit and preview the deck. When it is ready, validate the result and export HTML, MDX, or an editable PPTX without changing where your source lives.