Hacker News new | ask | show | jobs
by kilian-ai 25 days ago
thanks for your question. so, i was trying to build a posix scriptable operating system in a browser tab to be sandboxed but still capable of communicating within nodes. i build the posix-based agent claw that is integrated to allow agentic development on this edge and share the result over the nostr protocol with other users that have the system open in a tab. the tab is used as modern platform-agnostic abstraction because it even works on a mobile phone. the emulation allows to use the complete alpine linux repository for all the tools that one want to use in the system with or without agent. i experimented with tunnels and bridges that allow to open ports on the tab system and expose them to fixed ips and ports through my relays workers. i successfully connected ssh, sftp and https from internet to my browser tab, i experimented with syncthing with the idea of being able to automatically sync files between the browser tabs essentially a sandboxed file network between tabs on any platform.