Skip to content

Installation

sreegjl edited this page May 13, 2026 · 1 revision

Download

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.

Building from Source

Prerequisites: Node.js LTS

1. Clone the repo

git clone https://github.com/sreegjl/timelines.git
cd timelines

2. Install dependencies

npm install

3. Build the installer

npm run electron:build

The output installer will be in the release/ folder.

Running in Development Mode

npm run electron:dev

Data Storage

Timelines 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.

Clone this wiki locally