tiinyapp.farm

Launcher versions

Every version of Tiiny App Farm that has shipped, what changed in it, and a link to each file. Newest first.

macOS

Download 0.1.1

signed and notarised, Apple silicon.

Windows

Download 0.1.1

signed, x64.

Linux

Download 0.1.1

unsigned, x64.

The newest version is the one the app updates itself to. An older build installs and runs, and it stays where it is: it stops being offered updates, and it is offered none of the fixes in the versions above it. Take one to get back to a working day, then move forward again when the reason is fixed.

History

0.1.1

15 September 2026 commit f9273e1e8fe94a4f14dc54f845622b7842fb7f1e

Added

  • Linux. An AppImage for x86_64, carrying the same bundled Python and the same tiinyapp-farm engine as the other two. One file, made executable and run; nothing to install first.
  • A release history. Every release, its notes and every file it shipped are published as launcher/releases.json, so older versions stay reachable rather than being replaced by the newest one.

Changed

  • The card for an app says which port it will really come up on when that is not the port its manifest asks for, whether the app is running or stopped.
  • The engine inside is tiinyapp-farm 0.1.17, which remembers the port an app last used and tries it again before the one the manifest names.

Known limits

  • The AppImage is not signed. Linux has no notarisation and nothing a stranger's machine would check a desktop signature against. The SHA-256 of every file is published with the release and is what can be verified.
  • The AppImage has been built but never run on a Linux desktop by anybody on this team. The tray, the deep link and the window are untested there.
  • The updater covers macOS only. A Linux update means downloading the new AppImage.
PlatformFileSizeSHA-256Signing
macOS, Apple siliconTiiny-App-Farm_0.1.1_aarch64.dmg25.3 MBde7651acd7a1…signed and notarised
macOS, IntelTiiny-App-Farm_0.1.1_x64.dmg26.0 MBd45011121031…signed and notarised
Windows, x64Tiiny-App-Farm_0.1.1_x64-setup.exe27.7 MB1a00e450ebc7…signed
Linux, x64Tiiny-App-Farm_0.1.1_amd64.AppImage100.8 MB605b7e2025d5…unsigned

0.1.0

14 September 2026 commit 238c9a86c71fc1f495fd88564be7cd7b3c22adf7

The first release.

Added

  • A window for the farm. Browse the catalog on tiinyapp.farm, see what an app needs and what it can reach before anything downloads, and install, start, stop, update and remove it without opening a terminal.
  • It carries its own Python. CPython 3.11.16 and the tiinyapp-farm engine are inside the app, so there is nothing to install first: no Python, no Node, no package manager.
  • A Models pane. What your Tiiny has loaded right now, what is on its disk, and what the NPU budget is. A model that fits can be loaded from the window; a model that does not says how much more it needs.
  • What each app needs, in words. Every app card says which kinds of model it needs and whether your Tiiny has them, and an app that cannot run says why instead of failing after it starts. Load and start loads the model it needs and then starts the app, and says which one it loaded.
  • A running app that loses its model says so, on its row and in the menu bar, within a few seconds of the model going away.
  • Each app opens in its own window, with its own name on it, rather than taking a tab in whatever browser happens to be open.
  • The menu bar keeps the list of what is running when the window is closed.

Known limits

  • macOS and Windows only.
  • The Windows installer in this release is not signed, so Windows warns about it. The macOS disk images are signed, notarised and stapled.
  • One Tiiny at a time.
PlatformFileSizeSHA-256Signing
macOS, Apple siliconTiiny-App-Farm_0.1.0_aarch64.dmg25.3 MBb339e69746eb…signed and notarised
macOS, IntelTiiny-App-Farm_0.1.0_x64.dmg26.0 MB62301dbbe5cc…signed and notarised
Windows, x64Tiiny-App-Farm_0.1.0_x64-setup.exe27.7 MBd8a02af90819…signed

Install an app About the launcher