Skip to content

MarkitaiClean Markdown from files and URLs

Convert documents, images, and web pages with one command. Add LLM enhancement only when you need it.

FIRST SUCCESS

From install to Markdown in 60 seconds

The core conversion path needs no API key or optional dependency. Start small, then add browser rendering, extra formats, or an LLM when your workflow calls for them.

Open the full getting started guide

Install with the portable script for macOS or Linux

curl -fsSL https://markitai.dev/setup.sh | sh

Install with the portable script for Windows

powershell -ExecutionPolicy ByPass -c "irm https://markitai.dev/setup.ps1 | iex"
Other platforms and manual install
macOS or Linuxcurl -fsSL https://markitai.dev/setup.sh | sh
Windowspowershell -ExecutionPolicy ByPass -c "irm https://markitai.dev/setup.ps1 | iex"
Already have uvuv tool install markitai

Convert a live page

markitai https://markitai.dev/guide/getting-started --pure

Get clean Markdown on stdout

# Getting Started ...