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