Your open-source external brain.
TiddlyRoam is an open-source tool for organising your thoughts, ideas, and research by building your own personal wiki. It’s designed to capture your knowledge in small, interconnected notes and help you discover new patterns through bi-directional links.
The project provides a free and open-source alternative to the popular Roam, built on the highly customisable TiddlyWiki.
- Bi-directional Links: See not only the pages you link to but also the pages that link back to the current page, helping you build a web of interconnected ideas.
- Graph Maps: Visualise the structure of your wiki with interactive maps, allowing you to explore relationships between your notes visually.
TiddlyRoam is designed for everyone—no technical skills required! You can start using it right away by following the steps below:
- Download the latest version of TiddlyRoam:
- Get the tiddlyroam.html file from our GitHub releases page.
- Download TiddlyDesktop:
- Install TiddlyDesktop, which allows you to save your changes easily.
- Run TiddlyRoam:
- Open TiddlyDesktop.
- Drag the tiddlyroam.html file into the TiddlyDesktop window or use the file picker to open it.
- Start adding your notes, and TiddlyRoam will help you organise them!
If you’re a developer interested in customising or contributing to TiddlyRoam, follow these steps to set up the development environment using a modular, Node.js-based workflow.
- Clone the repository:
git clone https://github.com/jokroese/tiddlyroam.git cd tiddlyroam
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:8080 to see the live TiddlyWiki.
- To build the distributable single HTML file:
This will generate the
npm run build
tiddlyroam.html
file for distribution.
TiddlyRoam combines the amazing work of the following open-source projects:
I hope this is useful for you Ellis.
This project is licensed under the BSD 2-Clause License. You are free to use, modify, and distribute the software with attribution, as long as you follow the license terms.