-
-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
sreegjl edited this page May 13, 2026
·
1 revision
The latest release is available on the Releases page. Download the installer for your platform and run it.
Timelines is currently in early alpha. Expect rough edges.
Prerequisites: Node.js LTS
1. Clone the repo
git clone https://github.com/sreegjl/timelines.git
cd timelines2. Install dependencies
npm install3. Build the installer
npm run electron:buildThe output installer will be in the release/ folder.
npm run electron:devTimelines are stored as .timeline JSON files and notes as .md files. By default these are saved to your system app data folder. You can point to a custom directory in app settings.