TiddlyInstall: A universal, reusable, install system
TiddlyInstall is a universal installation system that generates native installers for Windows, Linux, and macOS directly from a GitHub repository. The tool operates as a single HTML file that bundles the installer logic, allowing users to create signed installers without requiring a server or complex build frameworks. It ensures system stability by isolating each application and its dependencies into unique folders, preventing conflicts between different software installations.
- ▪TiddlyInstall creates real installers using NSIS for Windows and POSIX shell scripts for Linux and macOS.
- ▪The entire product is contained in a single HTML file that can be saved locally to function without a network server.
- ▪Each application is installed into its own isolated folder with hashed names to prevent dependency conflicts.
- ▪The system supports runtimes for Python, Node.js, and Ruby, selecting the newest compatible version for the target machine.
- ▪Signatures are applied to the installer program itself to verify its integrity, rather than to the specific software being installed.
Hacker News (Front Page) files mainly under programming. We currently carry 2,171 of its stories. Top-voted stories on Hacker News.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | Github |
| Canonical URL | https://robertsdotpm.github.io/_static/tiddlyinstall.html |
| Publication time | Sat, 26 Sep 2026 00:29:48 +0000 |
| Retrieval time | 2026-09-26T02:35:59.491Z |
| Last seen | 2026-09-26T02:35:59.491Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | qe2llhTpfwp9 · 1 stories |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
01 What it is Real installers for Windows, Linux and macOS, straight from a GitHub repo. No freezing and no bundlers that break. We install your project's real runtime and dependencies into a folder of its own, then install your project against them. Windows installers are built with NSIS, and on Linux and macOS the installer is one POSIX shell script with no framework to install. Make an installer Write an app Output.exe · .run · .zip Languages13, plus your own runtime Oldest targetWindows XP · glibc 2.17 Linux · macOS 10.9 This pageOne HTML file, no server, no network Before it changes anything install_python_requests.exe Ready Installsrequests 2.32.3, from github.com/psf/requests v2.32.3 RuntimePython 3.14.7 - newest that runs on this computer IntoC:\ti\k3m9q2x7v4p8\ Signed byMatthew…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Github.