Skip to content

Releases: SeedeXR/markitdown

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 09 Jun 21:41

MarkItDown (Rust suite) — v0.1.4

Native builds for Linux (x86_64 / aarch64), Windows (x86_64) and
macOS (Intel / Apple Silicon). Each artifact was tested and
smoke-checked on its own OS/arch runner before release.

Standalone binaries (no dependencies) — each archive bundles the
markitdown CLI, the markitdown-mcp server, the PDFium library,
the companion SKILL.md, and a one-command MCP installer
(install-mcp.sh for macOS/Linux, install-mcp.ps1 for Windows):

  • markitdown-cli-mcp-linux-x86_64.tar.gz
  • markitdown-cli-mcp-linux-aarch64.tar.gz
  • markitdown-cli-mcp-windows-x86_64.zip
  • markitdown-cli-mcp-macos-x86_64.tar.gz (Intel)
  • markitdown-cli-mcp-macos-aarch64.tar.gz (Apple Silicon)

Set up the MCP server in one command — extract an archive, then:

./install-mcp.sh           # macOS / Linux
.\install-mcp.ps1          # Windows (PowerShell)

It smoke-tests the server, registers it with Claude Desktop
(merging your config) and Claude Code (user scope — all
projects), installs the skill, and reports connection status.

Desktop app installers:

  • macOS: *.dmg + MarkItDown-macos-*.app.zip (Intel & Apple Silicon)
  • Linux: *.deb (x86_64 & aarch64) + *.AppImage (x86_64)
  • Windows: *.msi + *-setup.exe

Optional Python fallback engine (enables OCR / transcription /
Azure, and is much faster on very large PDFs) — large, only needed
for those extras; appended shortly after the release is published:

  • markitdown-py-<platform>.{tar.gz,zip} for linux-x86_64,
    linux-aarch64, windows-x86_64, macos-aarch64, macos-x86_64.

  • It's a folder build (fast startup). Extract it, keep the folder
    intact, and point the desktop Settings → Python engine field
    (or MARKITDOWN_PY_BIN) at the inner markitdown-py executable.

  • SHA256SUMS.txt — checksums for every asset.

macOS builds are unsigned; right-click → Open (or
xattr -dr com.apple.quarantine <app>) on first launch.

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 08 Jun 14:15

MarkItDown (Rust suite) — v0.1.3

Native builds for Linux (x86_64 / aarch64), Windows (x86_64) and
macOS (Intel / Apple Silicon). Each artifact was tested and
smoke-checked on its own OS/arch runner before release.

Standalone binaries (no dependencies):

  • markitdown-cli-mcp-linux-x86_64.tar.gz
  • markitdown-cli-mcp-linux-aarch64.tar.gz
  • markitdown-cli-mcp-windows-x86_64.zip
  • markitdown-cli-mcp-macos-x86_64.tar.gz (Intel)
  • markitdown-cli-mcp-macos-aarch64.tar.gz (Apple Silicon)

Desktop app installers:

  • macOS: *.dmg + MarkItDown-macos-*.app.zip (Intel & Apple Silicon)
  • Linux: *.deb (x86_64 & aarch64) + *.AppImage (x86_64)
  • Windows: *.msi + *-setup.exe

Optional Python fallback engine (enables OCR / transcription /
Azure via --engine auto + MARKITDOWN_PY_BIN) — large, only needed
for those extras:

  • markitdown-py-{linux-x86_64,linux-aarch64,windows-x86_64,macos-aarch64}

  • Intel macOS: build locally with app/python-engine/build_binary.sh.

  • SHA256SUMS.txt — checksums for every asset.

macOS builds are unsigned; right-click → Open (or
xattr -dr com.apple.quarantine <app>) on first launch.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 12:26

MarkItDown (Rust suite) — v0.1.2

Native builds for Linux (x86_64 / aarch64), Windows (x86_64) and
macOS (Intel / Apple Silicon). Each artifact was tested and
smoke-checked on its own OS/arch runner before release.

Standalone binaries (no dependencies):

  • markitdown-cli-mcp-linux-x86_64.tar.gz
  • markitdown-cli-mcp-linux-aarch64.tar.gz
  • markitdown-cli-mcp-windows-x86_64.zip
  • markitdown-cli-mcp-macos-x86_64.tar.gz (Intel)
  • markitdown-cli-mcp-macos-aarch64.tar.gz (Apple Silicon)

Desktop app installers:

  • macOS: *.dmg + MarkItDown-macos-*.app.zip (Intel & Apple Silicon)
  • Linux: *.deb (x86_64 & aarch64) + *.AppImage (x86_64)
  • Windows: *.msi + *-setup.exe
  • SHA256SUMS.txt — checksums for every asset.

macOS builds are unsigned; right-click → Open (or
xattr -dr com.apple.quarantine <app>) on first launch.

Full Changelog: v0.1.0...v0.1.2

app-dev

app-dev Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jun 10:19

MarkItDown (Rust suite) — app-dev

Native builds for Linux (x86_64 / aarch64), Windows (x86_64) and
macOS (Intel / Apple Silicon). Each artifact was tested and
smoke-checked on its own OS/arch runner before release.

Standalone binaries (no dependencies):

  • markitdown-cli-mcp-linux-x86_64.tar.gz
  • markitdown-cli-mcp-linux-aarch64.tar.gz
  • markitdown-cli-mcp-windows-x86_64.zip
  • markitdown-cli-mcp-macos-x86_64.tar.gz (Intel)
  • markitdown-cli-mcp-macos-aarch64.tar.gz (Apple Silicon)

Desktop app installers:

  • macOS: *.dmg + MarkItDown-macos-*.app.zip (Intel & Apple Silicon)
  • Linux: *.deb (x86_64 & aarch64) + *.AppImage (x86_64)
  • Windows: *.msi + *-setup.exe
  • SHA256SUMS.txt — checksums for every asset.

macOS builds are unsigned; right-click → Open (or
xattr -dr com.apple.quarantine <app>) on first launch.

Full Changelog: https://github.com/SeedeXR/markitdown/commits/app-dev