← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

TiddlyInstall offers a universal, isolated installation system for Windows, Linux, and macOS

🔄 Updated 2h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Creates installers for Windows (.exe), Linux (.run), and macOS (.zip).
  • Installs applications and their dependencies into isolated folders.
  • Supports Python, JavaScript (Node.js), and Ruby projects.
  • Operates primarily as a single HTML file, with optional server-side signing.

Universal Installer Generation

TiddlyInstall is a system designed to generate native installers for Windows, Linux, and macOS directly from a GitHub repository. Windows installers are built using NSIS, while Linux and macOS installers are created as a POSIX shell script and a zip archive, respectively. This approach aims to provide consistent installation across different operating systems.

Dependency and Runtime Management

The system handles project dependencies by identifying the newest compatible runtime for the target machine and installing it into the application's dedicated folder. This ensures that each application has its specific runtime environment without interfering with other installed software. Supported languages include Python, JavaScript (Node.js), and Ruby.

Application Isolation

A core feature of TiddlyInstall is its isolation model. Each application receives its own folder containing all its dependencies, preventing conflicts between different applications. Uninstalling an application simply involves deleting its dedicated folder, which removes all associated files and runtimes without affecting other installations.

Self-Contained Operation

TiddlyInstall functions primarily as a single HTML file, which contains the installer programs, runtime catalogue, and code for creation, editing, and signing. It can operate without a server, requiring only a GitHub repository pinned to a commit and access to a runtime mirror. An optional server component is available for signing install scripts, though this feature is not yet fully implemented.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~17 min · 13 stories · Sep 25

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

TiddlyInstall provides a system for creating installers for Windows, Linux, and macOS directly from a GitHub repository. It isolates each application's runtime and dependencies in its own folder, preventing conflicts and simplifying uninstallation.