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.
TiddlyRoam is designed for everyone—no technical skills required! You can start using it right away by following the steps below:
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.
git clone https://github.com/jokroese/tiddlyroam.git
cd tiddlyroam
npm install
npm run dev
npm run build
This will generate the 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.