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
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.
- 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 :)
- 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