Analysis updated 2026-05-18
Run a local desktop app for tracking your own writing check-ins without a cloud account.
Install a packaged macOS or Windows build without needing any development tools.
Build and distribute your own installer for the app using the included GitHub Actions workflow.
Develop and customize the app locally using the browser dev server or the Tauri desktop dev mode.
| uan-iel/stellaris-writing | 0xbennie/binance-smart-money-tracker | aeneasr/dockerstats | |
|---|---|---|---|
| Stars | 44 | 44 | 44 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | — | 2021-04-07 |
| Maintenance | — | — | Dormant |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | general | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Stellaris Writing is a local first desktop writing check-in app, built with React, Vite, and Tauri. The README is mostly about installing and building the app rather than explaining what a writing check-in actually involves day to day, so beyond the name and the tech stack, the exact features are not described in detail. On macOS, the quickest way to try it is npm install followed by npm run desktop, which opens the app as a native desktop window without needing a browser. There is also a setup script for creating a proper desktop launcher on macOS, which will use an already installed copy of the app in the Applications folder if one exists, and only falls back to running from source code for developers who need that. To produce a standalone installable app, npm run desktop:build creates a packaged macOS build. This packaged version is meant for sharing with people who should not have to run the project from source, since anyone who installs it does not need Node.js, npm, Rust, or Vite on their own machine. Windows and macOS installers are also built automatically through a GitHub Actions workflow whenever a version tag is pushed or the workflow is run manually. The Windows installer sets up the app for the current user, adds desktop and Start Menu shortcuts, and bundles an offline WebView2 installer so end users do not need to install any development tools themselves. For people working on the code, there are separate npm scripts for a browser based dev server, the Tauri desktop dev app, generating app icons, building the frontend for production, and running the linter. Since Stellaris Writing runs locally as a desktop application rather than a hosted service, it fits people who want a writing habit tool that keeps its data on their own machine instead of a cloud account.
A local first desktop app for writing check-ins, built with React, Vite, and Tauri, that runs entirely on your own machine.
Mainly TypeScript. The stack also includes React, Vite, Tauri.
The README does not state a software license for this project.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.