Platform Downloads
macOS
Download
.dmg installer- Apple Silicon (M1/M2/M3)
- Intel (x86_64)
Windows
Download
.msi installer- 64-bit (x86_64)
Linux
Download
.AppImage- Universal binary
Download the latest release from the GitHub Releases page.
macOS Installation
Download
Download the appropriate
.dmg file for your Mac:- Apple Silicon (M1, M2, M3):
Inkdown-aarch64.dmg - Intel:
Inkdown-x86_64.dmg
Install
- Open the downloaded
.dmgfile - Drag the Inkdown icon to your Applications folder
- Eject the disk image
First Launch
Since Inkdown is not from the App Store, you need to bypass Gatekeeper on first launch:
- Right-click (or Control-click) on Inkdown in Applications
- Select “Open”
- Click “Open” in the security dialog
macOS Requirements
- macOS 10.15 (Catalina) or later
- 50 MB of disk space
Windows Installation
Download
Download the
.msi installer:- 64-bit:
Inkdown-x86_64.msi
Inkdown requires Windows 10 or later (64-bit).
Run Installer
- Double-click the downloaded
.msifile - If you see a security warning, click “More info” → “Run anyway”
- Follow the installation wizard:
- Accept the license agreement
- Choose installation location (default:
C:\Program Files\Inkdown) - Click “Install”
Windows Requirements
- Windows 10 (64-bit) or later
- 50 MB of disk space
- WebView2 (automatically installed by the installer)
Troubleshooting Windows Installation
Troubleshooting Windows Installation
“App can’t run on your PC”
- Make sure you downloaded the 64-bit version
- Check that you’re running Windows 10 or later
- Click “More info”
- Click “Run anyway”
- This appears because Inkdown is not yet signed with a Windows certificate
- Download and install Microsoft Edge WebView2 manually
Linux Installation
Download
Download the
.AppImage file:- Universal:
Inkdown-x86_64.AppImage
Linux Requirements
- 64-bit Linux distribution
- GLIBC 2.31 or later
- GTK 3 or later
- 50 MB of disk space
Tested Distributions
Ubuntu / Debian
Ubuntu / Debian
- Ubuntu 20.04, 22.04, 24.04
- Debian 11, 12
Fedora / RHEL
Fedora / RHEL
- Fedora 38, 39, 40
- RHEL 9
Arch Linux
Arch Linux
- Arch Linux (rolling)
- Manjaro
Troubleshooting Linux Installation
Troubleshooting Linux Installation
“No such file or directory” when running AppImage
- Install FUSE:
- Extract and run directly:
- Check for missing libraries:
Building from Source
Advanced users can build Inkdown from source.Prerequisites
Build Steps
Build Desktop App
apps/desktop/src-tauri/target/release/bundle/.Build Commands
| Command | Description |
|---|---|
bun run dev | Start development server |
bun run build | Build for production |
bun run typecheck | TypeScript type checking |
bun run lint | Run linter (Biome) |
bun run check | Run all checks (lint + typecheck) |
bun tauri dev | Start Tauri dev server with hot reload |
Project Structure
Build Troubleshooting
Build Troubleshooting
Rust compilation fails
- Update Rust:
rustup update - Check Rust version:
rustc --version(should be 1.70+)
- Clear cache:
bun pm cache rm - Reinstall:
rm -rf node_modules && bun install
- Check Tauri prerequisites: https://tauri.app/v1/guides/getting-started/prerequisites
- Make sure all system dependencies are installed
- Run type check:
bun run typecheck - Regenerate types:
bun run typecheck:packages
Verifying Your Installation
After installation, verify everything works:Create Test Note
- Press
Cmd/Ctrl + Nto create a new note - Type some markdown:
- Toggle preview with
Cmd/Ctrl + E
Updating Inkdown
Inkdown does not have auto-update yet. To update:- Check the Releases page for new versions
- Download the latest installer for your platform
- Install over your existing installation
Your workspace and settings are stored separately and will be preserved during updates.
Uninstalling Inkdown
- macOS
- Windows
- Linux
- Quit Inkdown
- Drag Inkdown.app from Applications to Trash
- Empty Trash
Next Steps
Quickstart Guide
Learn the basics and create your first note
Keyboard Shortcuts
Master keyboard shortcuts for productivity
Configuration
Customize Inkdown to your preferences
Contributing
Build Inkdown from source and contribute
