Posts

Show HN: Self-hosted company OS, Claude Code and Codex agents in departments https://ift.tt/Bx4WM9e

Show HN: Self-hosted company OS, Claude Code and Codex agents in departments Hi HN, I am Dimitris. This is a company OS that I built and use to run my business and anyone can install it and self host it for free. Think of it as Claude Code, Cowork and the cloud sessions in one self hosted application. It is a Multi-tenant application by design where many people can collaborate on the company agents with 4 different modes of collaboration, and it runs with your Anthropic or OpenAi subscription or even with local models. Every agent can run on Claude Code or Codex CLI running as a persistent process on your server in a kernel sandbox (bubblewrap) with network isolation always on (pasta), with its own workspace, memory, schedules and tools. The same agents can also be configured to run identical on any remote computer through one outbound WebSocket (no inbound ports, no VPN needed). The agent already have lots of built in features, as an example they can answer and place phone calls thro...

Show HN: I'm not a PostgREST fan this is why I'm building an alternative https://ift.tt/ISYK9LF

Show HN: I'm not a PostgREST fan this is why I'm building an alternative Don't get me wrong, core PostgREST concept is good. But I do think that stuff like Haskell and PlSQL should not be used in production. This is why I came up with the idea to make my own API generation service. Right now it is using SqLite as a main DB and generates endpoints based based on TOML DSL with some LUA scripting. I guess in several week I will have fully working usable MVP. https://ift.tt/XiWOFom September 9, 2026 at 11:17PM

Show HN: Pipnote – Share a reminder they can't peek at until it arrives https://ift.tt/1LUFCzr

Show HN: Pipnote – Share a reminder they can't peek at until it arrives https://pipnote.app/ September 9, 2026 at 01:18AM

Show HN: Linubot – like Grok bot and Hermes had a kid https://ift.tt/LnoOwrG

Show HN: Linubot – like Grok bot and Hermes had a kid Work on Linux and Android with Tailscale. Because we also deserve some good stuff before everyone else. Any provider, or providers. Desktop workspace controlled with IPC by the agent, memories, skills, MCPS, self-learning, and more. Friendly UI and advanced area for power users. https://ift.tt/wgLaK7u September 9, 2026 at 12:14AM

Show HN: Gote – a CLI note-taking management tool for plain Markdown https://ift.tt/hPtgWCx

Show HN: Gote – a CLI note-taking management tool for plain Markdown Repo: https://ift.tt/7I9aNx6 I built a note taking management tool to use at work for quick note taking and searching. It is intended to be quite minimal. Another focus was to have lots of shortcuts and to keep things close to the homerow for ergonomics and speed. Notes are just markdown files in whatever directory you point it at. The only thing it keeps elsewhere is an index in ~/.gote. If you stop using it you still have all your notes. Tags go on the first line of the note, separated by periods, like .project.urgent.work. No frontmatter. Search is built into the binary, BM25 with stemming, so there's no ripgrep or fzf to set up. gote s meeting searches titles and content, gote s -t .work filters by tag, gote s -w 2412 pulls up notes from December 2024. Most commands have a two letter version that combines a list with an action. ro is recent + open, sv is search + view, tp is tag + pin. When results come up y...

Show HN: Possess, a TUI to browse and transfer coding sessions https://ift.tt/5CWaP6x

Show HN: Possess, a TUI to browse and transfer coding sessions https://ift.tt/sNuY2C4 September 7, 2026 at 11:43PM