Download Inkline Studio

Free and open-source, available on Windows, macOS, and Linux. No accounts, no paywalls — just download and start writing.

v1.1.0
Download Inkline Studio

Windows

Windows 10 or later

inkline-0.1.1-alpha.Setup.exe

macOS

macOS 11+ (Apple Silicon)

Inkline-1.1.0-arm64.dmg

Linux

Ubuntu 20.04+ / Debian-based (.deb)

inkline_1.1.0_amd64.deb

Requirements

System requirements

Minimum

  • Any modern 64-bit processor
  • 4 GB RAM
  • 500 MB available disk space

Recommended for AI Features

  • Modern multi-core processor
  • 8 GB RAM
  • Dedicated GPU (NVIDIA recommended for local AI)

Note: Local AI image/music generation via ComfyUI is currently Windows-only.

Changelog

What's new

Track the latest changes and improvements.

v1.1.0April 2026Release notes
  • Signing in is no longer mandatory; you can work offline and choose not to sync projects across devices. All data stays fully local and yours. When you do choose to login, you can migrate your guest data or dispose of it.
  • If you catch any bugs, please do report them via the app or here on GitHub issues!
  • Thank you for trying Inkline :)
v1.0.0.0March 2026Release notes
  • IMPORTANT FOR MAC USERS
  • Due to financial constraints, we have opted to not pay for the Apple Developer program at this time, which means you will get an error when trying to open Inkline after first installing. To mitigate this for the time being, follow these steps:
  • Navigate to your Applications directory, right-click Inkline, and click the "New Terminal at Folder" button.
  • <img width="1904" height="1642" alt="image" src="https://github.com/user-attachments/assets/61e4099b-f2fa-4368-a4b1-e15d54081647" />
  • In the new window that opens up, paste this command:
  • xattr -dr com.apple.quarantine .

Build from source

Inkline is open-source under the AGPL License. Clone the repository, explore the code, and build it yourself.

$ git clone https://github.com/enxilium/inkline.git

$ cd inkline

$ npm install

$ npm start