SMRTR ProgrammingSep 1, 2026Hacker News

TinyJS – small apps on Win/Mac/Linux

SMRTR summary

TinyJS is a framework for building cross-platform desktop apps in roughly 6 MB — no Electron, no bundled Chromium, no HTTP ports. It uses the OS's native webview and a JavaScript backend powered by txiki.js, giving full system access (files, sockets, SQLite, FFI) via a Unix socket. It supports React, Vue, Svelte, and TypeScript, with hot reload and native menus built in.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingMay 18, 2026

De‐bloating Javascript

LispE is a 3.3MB WASM Lisp interpreter with 450+ built-in functions that replaces bloated JS library stacks and integrates cleanly with the browser.

ProgrammingMay 20, 2025

Astra – a new js2exe compiler

Astra is a new JavaScript-to-executable compiler designed for creating lightweight Windows applications from Node.js projects. It offers fast compilation, support for the latest...