nowfound

Alternatives

Products that do what I Built a Pocket OS with JavaScript, Electron, and Gemini does

Welcome, traveler, to a new era of digital sovereignty. Oopis-OS has always been about crafting your own world. Now, with Pocket Oopis-OS 3.6, that world is no longer tethered to a single machine. This isn't just an update; it's a fundamental shift in architecture. We've transformed Oopis-OS into a single, self-reliant application that you can carry in your pocket. It asks for no installation, it leaves no trace, and it keeps your entire environment—your files, your settings, your history—right beside the application itself. The obstacle was dependency. The way is self-containment.

  1. 1
    Habitus126

    An open source build flow tool for Docker

    2016

  2. 2JA
  3. 3

    Open source mobile OS focused on privacy and security.

    2019

  4. 4SF

    I've built a thing! A few months back someone (not me) posted my Mac app Droplings to HN. It was incredibly rough around the edges back then, and in alpha. Well, it's finished now and sparkles like crazy. Please take a look! :)

    2012 · servus.io

  5. 5

    An alternative android OS

    2013

  6. 6IB

    You know that old TI calculator you used in high school, then put in a box and forgot about? Have you ever wished you had an operating system for your calculator with preemptive multitasking, dynamic memory management, a tree filesystem conforming to the FHS, and all the comforts of Unix? Well, good news: that's totally a thing that exists. I've been working on my kernel for about three and a half years now and I'm looking for new contributors to help out. It's written entirely in z80 assembly, and it's both challenging and fun to work on. There's an IRC channel for contributors or people…

    2014

  7. 7MH
  8. 8VB

    I kept seeing people making macOS apps for their one-off use cases and automations. I thought surely the hassle of paying for an Apple dev account and fighting with code signing and notarization would be a deterrent for most people. Viberunner is a container environment that lets you build macOS apps with simple prompts. You can run the apps in a new tab, a new window, or even as a system menu bar app. You can create things like: - a clipboard manager - an image redactor - a note-taking tool that saves a daily note to a folder on your desktop - a desktop organizer that cleans up your…

    2025 · viberunner.me

  9. 9PF

    I built PocketLens because I wanted automatic bank sync without giving my transaction history to a company. Plaid recently started allowing personal developer accounts, and this provides free access to your own financial data. Existing options either require manual csv imports, or route through paid relays: Actual Budget syncs via the SimpleFIN Bridge (a third-party service between you and your data), Firefly III needs an external importer wired to an aggregator. PocketLens connects your own Plaid keys directly and transactions, balances, and brokerage holdings show up (no fee). Plaid is…

    Jul 2026 · github.com

  10. 10LA

    Hey everyone, I’ve been working on Lilo for the last few months. In short, it’s an intelligent personal OS. Lilo = your apps + your AI assistant + your files + your memories. For a visual intro, here’s a YouTube video demonstrating the features and use cases: https://youtu.be/Jz0l_izoA1w I started this project because I wanted a few small AI-powered apps for myself — a bookmarks tool, a calorie tracker, a TODO list — but deploying N separate apps with N deployments, URLs, and auth configs is too much effort for a single-user use case. So I built one container that holds all…

    Apr 2026 · github.com

  11. 11PU

    After seeing a cool demo of a hack on Twitter, I built a cross platform version of it that works well and uses streaming. From anywhere on Mac and Linux, trigger Ollama and optionally feed it your clipboard. I built it yesterday and it's already very useful to me. I'm pretty excited about it and wanted to share!

    2024 · github.com

  12. 12RS

    Hi HN! I've been hacking on this side project for the last month or two with the goal of making it dead simple to use cloud GPUs. I ran into this problem personally during the phd, and built my own tooling around it. I always thought it'd be fun to try to turn that tooling into a more general product... and bitbop.io is the result! All you have to do is run `ssh bitbop.io`, and you get your own personal dev GPU workstation in the cloud. Looking forward to hearing your thoughts!

    2024 · twitter.com

  13. 13IM

    Hey HN! Thank you for all the support and feedback on my original submission 2 months ago. I've been improving the backend using a MCTS/AlphaZero approach and it's currently producing much better results. My long term goal is to allow users to manage multiple projects, deployed autonomously, both from scratch and by making continual updates all prompted with natural language. The cost of each project has been lowered to $9 as performance with smaller models has improved (I migrated from Claude-3-Opus to gemini-1.5-flash). Thanks for checking it out!

    2024 · saas-quick.com

  14. 14OS
  15. 15AC

    I built this toolkit with my colleague to dive deep into OS internals and automate the identification of privilege escalation vectors. Written in pure C without external dependencies, it explores everything from Linux capabilities and Docker escapes to Windows token manipulation and service permissions. We believe that the constant struggle between breaking and securing systems is the ultimate driver of software evolution. This tool is our contribution to that cycle, designed for researchers who want to understand how low-level misconfigurations can be discovered and audited across different…

    Jan 2026

  16. 16SA

    For the past few months, I've poured all my energy into building something I'm incredibly passionate about: SamwiseOS, a completely in-browser, AI-first operating system. What is it? SamwiseOS is a persistent, single-page web app that looks and feels like a real operating system, complete with a terminal, a robust virtual filesystem (that saves to your browser's IndexedDB), user/group management, and even graphical applications. The twist? The entire core logic—filesystem, command execution, user management, everything—runs on a Python kernel powered by Pyodide (WebAssembly). The JS…

    2025 · samwiseos.neocities.org

  17. 17MB

    Hi, I spent the last year and a half writing a book on Docker and microservices, which was finally released on O'Reilly this week. "Using Docker: Developing and Deploying Software with Containers" takes a holistic approach, showing how containers can be used as the central artifact in a modern software development workflow. If anyone has any q's or feedback, please feel free to comment below. The book is available at: http://shop.oreilly.com/product/0636920035671.do (use code AUTHD for a discount)…

    2016

  18. 18IC

    Read an article about analyzing Garmin data with AI. Sounded great — except I didn't want to send my health data to any cloud service. So I asked Claude to write me 2-3 scripts and a dashboard. This escalated a bit. 30 days and 20$ later I have this: A local-first Garmin archive with interactive HTML dashboards, Excel exports, weather and pollen context, AES-256 encrypted token storage, and a self-healing data pipeline with 515 automated tests. Windows desktop app, no terminal needed. Nothing leaves your machine. I never wrote a line of Python. I understood the problems and made the…

    Apr 2026 · github.com

  19. 19IM
  20. 20GF

    I've been a big fan of fly.io with it’s devx, but cold starts and pricing have been a consistent problem. Even for side projects it's painful if they take 30s to load, it just kills the whole experience. With coding agents becoming good, there were a lot more things I started building, and I just wanted to run all of those things! GCI was built to solve this. It’s just a CLI, just uses ssh to interact with your target machine, and relies on docker swarm to get your services running (docker swarm is IMO underrated, providing benefits even with a single node). It can deploy on any machine that…

    Mar 2026 · github.com

  21. 21WB

    The latest CLI releases from google and anthropic are sweet, we wanted build one that can run any model. mcp-use-cli lets you `/model` hop between providers instantly. npm i -g @mcp-use/cli && you're done What's cool: - BYOK (your keys, encrypted locally) - Slash commands for everything - MCP protocol support for custom tools - Works with OpenAI, Anthropic, Google, Mistral, Groq, local Ollama... The whole thing's TypeScript and open source. Built this on top of our Python + TS mcp-use libs, so it speaks MCP out of the box. You can hook up filesystem tools, DB servers, whatever you…

    2025 · github.com

  22. 22IB

    Linux Foundation survey says 70-90% of modern software constitute OSS code. Yet we are stuck with tools that scan only for vulnerabilities in 3rd party libraries and that too with high degree of false positives. I built `vet` for policy and data driven analysis of 3rd party packages that goes beyond only vulnerability and allows codifying organisational policies related to OSS consumption. https://github.com/safedep/vet Looking forward to feedback and suggestions from HN :)

    2023 · github.com

  23. 23SP

    Hey everyone, we built a local-first, open-source framework to allows you to export and build applications with your personal data. This August, we built a digital footprint exporter (https://news.ycombinator.com/item?id=41325719) that allowed people to get back their personal data, but there was no way to interact with it. So we added a python package, improved the reliability of the exporting, and implemented a unified JSON structure across platforms. How it works: - Electron’s built-in webview element is used to navigate to the platform’s website and the user can connect…

    2024 · docs.surferprotocol.org

  24. 24DF

    Hi HN, We’re the team at MyDecisive.ai, and today we’re giving developers a peek at Octant — point-and-click control and visibility for your OpenTelemetry. You've likely felt the pain of the "observability tax," especially if you manage K8S clusters. The modern standard is to instrument everything with OpenTelemetry, but piping all those rich OTLP logs, metrics, and traces straight to a SaaS vendor (Datadog, Splunk, Honeycomb) gets expensive fast. You end up paying massive ingestion and storage costs for noisy, low-value data just so it's searchable when something breaks. With Octant you get…

    Jun 2026

Ranked by how close each launch is in meaning, then by votes. Refine with a description →