nowfound

Alternatives

Products that do what SamwiseOS – A web-based, AI-first OS with a Python kernel in Pyodide does

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…

  1. 1
    KnightOS136

    An open-source OS for calculators

    2016

  2. 2
    Argos110

    The AI that acts as you, right in your browser

    28d ago · tryargos.cc

  3. 3TI
  4. 4PS

    I started writing this mostly for the Pi but ended up building it to support multiple Linux OSs. It's intended to be just that, a small dashboard providing real-time details on the usage. Still a work in progress and was done for fun, there's a demo as well :). MIT license. https://pydash.net or http://k3oni.github.io/pydash

    2014

  5. 5LB
  6. 6LA

    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

  7. 7PA

    Hello everyone! My friend Ori Kabeli and I have been playing around with GPT-4 Vision as a way to control websites and complete complicated tasks online. We created a small proof of concept python package called pywebagent. pywebagent allows performing high level tasks in websites, accessible to developers as simple python functions. It is highly experimental, and only sometimes works, but we think it still might be useful to all you tinkerers out there. Feel free to contribute! Example Use Case: You can order things from amazon with one line of code. pywebagent.act(…

    2023 · github.com

  8. 8IB

    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

  9. 9LA

    Hello HN! I'm an Android OS engineer. I've worked with AOSP and Linux kernels all my career and always wondered about lack of sophisticated tools to debug and analyze system-level logs. Always had to resort to manually skimming through large log files to find something I needed to. With the rise of LLMs and the AI-age, I felt it was a great opportunity to build something for OS engineers, which is what led to logcat.ai! We are building the industry-first observability platform for system level intelligence. Think "Datadog for operating systems" instead of applications. Currently, we support…

    2025 · logcat.ai

  10. 10PA

    I just released Phoenix 2.0! I took over the project this summer and rewrote it from the ground up. :) Phoenix is a lightweight OS X window and app manager scriptable with JavaScript. You can also easily use languages which compile to JavaScript such as CoffeeScript. Phoenix aims for efficiency and a very small footprint. If you like the idea of scripting your own window or app management toolkit with JavaScript, Phoenix is probably going to give you the things you want. With Phoenix you can bind keyboard shortcuts and system events, and use these to interact with OS X. Take a look!…

    2015

  11. 11MI

    Hi! Recently I've launched - mybfio.io - platform for software reviews with social network aspect. Prehistory Many great system are already in place that allow people to search and rate software products, including the site I am publishing this post on. However I have always felt that those systems are not specifically centered around product/software development lifecycle (releases, real users feedback over a product entire lifetime, so on) and often too broad or not designed specifically for that type of work, which is ok. Why? As an opensource author I would like to have constant…

    2021

  12. 12PS

    I was debating when to post this, but I've been using it locally in a variety of situations for several months and I think it's pretty stable (and usable!). There are more features I'd like to add, but I wanted to see if there was much interest before spending much more time on it right now.

    2025 · github.com

  13. 13

    Free AI-Powered Web Desktop & Online Operating System

    25d ago · addons.mozilla.org

  14. 14

    A full web OS running right inside your browser

    7d ago

  15. 15CL

    Hey HN, this is a side-project I've been working on for my senior year independent work in CS. Would appreciate any comments or feedback. www.aperator.com Thanks!

    2012

  16. 16

    Free AI-Powered Web Desktop & Online Operating System

    Aug 2026 · silveos.com

  17. 17PA

    Hey HN, I'm Mo. I've been building Paseo, an open source environment for running Claude Code, Codex, and OpenCode across desktop, mobile, web, and CLI. It started last September as a push-to-talk voice interface for Claude Code. I wanted to talk to an agent while going on walks. Then I wanted to see what it was doing. Then text it when I couldn't talk. Then review diffs, run multiple agents, and manage work across machines. After a lot of iteration, it turned into a broader environment. The basic model is: - A daemon runs on your machine (MacBook, desktop, VPS, etc.). - Clients connect to it…

    Mar 2026 · github.com

  18. 18LF

    Hi HN, I just wanted to share what I have been working on for the past few months: A firmware analyzer for embedded Linux systems that helps uncovering security issues running entirely in the browser. This is a very early Alpha. It is going to be rough around the edges. But I think it provides quite a lot of value already. So please go ahead and drop a firmware (only .tar rootfs archives for now) and try to break it :)

    Mar 2026 · xray.boldwark.com

  19. 19SH

    My first public repo intended to be used by others. While I am curious on how you'd use it, I'd love feedback on the code/setup/pythonic nature of it all. I am on a career break and just experimenting a lot, especially on ways to make AI useful for everyday things. I've coded more in the past 6 weeks than the past 6 years and don't know a lot of python devs. Python was never big language at my previous companies, but something I used a lot for tools and projects going back to college compiler days. Old habits die hard. Are there tools that do this as you screenshot? Probably...…

    2024 · github.com

  20. 20AM

    I’ve been building Canine for about 2 years now, and have slowly grown it to about ~1000 developers using it for deploying all sorts of apps / projects / etc. Amazingly, the whole thing is still able to run on a single 48GB Hetzner VPS. Think of it basically like Coolify, for Kubernetes. I previously posted about it here: https://news.ycombinator.com/item?id=44292103 Recently, we added MCP capabilities to canine, and I was shocked how well it worked. It basically is able to create services, cron jobs, databases, get the logs for these and redeploy. See it here:…

    Apr 2026

  21. 21IB

    I built a Rust binary (~700KB, two dependencies) that snaps onto any Windows application, continuously reads its UI Automation accessibility tree into a SQLite database, and lets external processes control the app via SQL INSERT. The core insight: every GUI application already describes itself as structured text through the accessibility layer (built for screen readers since 1997). Every major AI lab is taking screenshots of this and running vision models on it. DirectShell just reads the text directly. What it does: - Reads every button, field, menu item into a queryable SQLite DB…

    Feb 2026 · github.com

  22. 22VB

    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

  23. 23IP
  24. 24

    Free AI-Powered Web Desktop & Online Operating System

    29d ago · microsoftedge.microsoft.com

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