July 11, 2026
Your to-do list has a main character
Show HN: Earth Game – An offline CLI for turning life goals into quests
A no-internet life planner lands, and the comments instantly split between curious, confused, and clowning
TLDR: Earth Game is a private offline tool that turns personal goals into quests and runs entirely on your own computer. Commenters were split between amused curiosity, confusion over its made-up-sounding terms, and blunt demands for clearer examples of why anyone needs a “life RPG” to begin with.
A new project called Earth Game is pitching a very specific fantasy: what if your real life worked like a quest log, but without the usual internet baggage? No accounts, no ads, no scores, no outside tracking, and absolutely no robot life coach whispering fake wisdom in your ear. It runs on your own computer, keeps everything private, and turns goals, tasks, and nagging unfinished business into quests, reviews, and something called “open loops.” In plain English: it’s a personal organizer trying very hard to feel meaningful instead of miserable.
But the real fireworks are in the comments, where people immediately started reacting less like calm productivity monks and more like a group chat watching a friend reinvent the to-do list. One commenter dropped the funniest drive-by of the thread, comparing it to wanting to “Like the Like” and being forced to just appreciate something in real life instead. Another zeroed in on the app’s odd vocabulary, basically asking: is “loop” even a normal word for this, or did we just make that up? That sparked the classic mini-drama every niche tool faces: is this cleverly thoughtful branding, or productivity cosplay with extra steps?
Others were more supportive, praising the difficulty of making command-line tools look usable and calling the idea interesting. But the bluntest reaction may have hit hardest: one user simply said they don’t understand why anyone would use this and begged for more examples. Ouch. So the vibe is clear: people love the privacy angle, they’re intrigued by the life-as-game pitch, but they also want proof, pictures, and maybe a translator for the quest-speak.
Key Points
- •Earth Game is an offline tool for managing personal goals as quests, with support for actions, open loops, and reviews.
- •The application is built with Python’s standard library and SQLite and has no third-party dependencies, accounts, outbound requests, scoring, or AI-generated advice.
- •It offers both a command-line interface and an optional local-only web UI that uses the same database and listens only on the loopback address.
- •Core commands cover character data, quest management, loop tracking, daily status, review reflections, and JSON export.
- •User data is stored locally in a SQLite database with private Unix permissions, and backups can be made by copying the database while the app is not running.