Show stories

Live mirror
30 storiesupdated 0s agoView source snapshot
  1. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    157comments
  2. Show HN: Capsule – Single-file web apps that save their data into SQLite(withcapsule.app ↗)
    111comments
  3. Show HN: Pizza Bot – An inbox for AI agents that work in the background(github.com/pizza-bot-app ↗)
    2comments
  4. Show HN: Hacking a $20 4G wireless hotspot into a texting device(bkovac.github.io ↗)
    30comments
  5. Show HN: DeadLock OS – A Linux terminal puzzle game(crazygames.com ↗)
    discuss
  6. Show HN: HonestSky, a free iOS weather app without ads or subscriptions(apps.apple.com ↗)
    discuss
  7. Show HN: Panel – A research workspace where the agent can build its own panes(github.com/greentfrapp ↗)
    11comments
  8. Show HN: Check if your IP has appeared in a residential proxy network(haveibeenproxied.com ↗)
    30comments
  9. Show HN: Ordewell – turn one goal into an ordered plan of coding-agent tasks(github.com/ordewell ↗)
    29comments
  10. Show HN: Redis City – Explore how Redis works in an interactive 3D model(poltora.dev ↗)
    25comments
  11. Show HN: Loss. a tiny satire about AI progress(workatloss.com ↗)
    7comments
  12. Show HN: SCIP MIP solver bindings for Go, ported from russcip(github.com/egoisutolabs ↗)
    discuss
  13. Show HN: farseer.space – fly anywhere in the universe in your browser(farseer.space ↗)
    1comments
  14. Show HN: Sass – Rust and WASM(github.com/zoosky ↗)
    discuss
  15. Show HN: DaiDocs, AI memory as a plain-text file format, not a service(github.com/kerneta ↗)
    1comments
  16. Show HN: Macros with a Behringer FCB1010 MIDI Pedalboard in macOS(github.com/jamesryanatx ↗)
    21comments
  17. Show HN: Kinesis – Control your Mac with the Meta Neural Band(github.com/callbacked ↗)
    45comments
  18. Show HN: Warp – Run DeepSeek v4.1 Flash with 5 GB of RAM at 3.77 tok/s(github.com/sqliteai ↗)
    1comments
  19. Show HN: Open-source passive NFC tag that signs with ECDSA, verified on-chain(github.com/mwbpnftechnology ↗)
    discuss
  20. Show HN: Pelican-bicycle alternatives(gally.net ↗)
    45comments
  21. Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost(narilabs.com ↗)
    31comments
  22. Show HN: AirmailAI, a BYOK LLM chat app with a browser extension backend(airmailai.net ↗)
    6comments
  23. Show HN: Let agent read files with secrets while redacting values for LLM contex(github.com/daniel-sc ↗)
    1comments
  24. Show HN: TrailVid – Cinematic Travel Animations(trailvid.com ↗)
    discuss
  25. Show HN: Omni – Open-source workplace agent, built on Postgres
    discuss
  26. Show HN: TabPFN-3.5, a Tabular Foundation Model for messy real-world tables(priorlabs.ai ↗)
    1comments
  27. Show HN: I ported COLMAP (photogrammetry) to the browser in WASM and WebGPU(offlinetools.io ↗)
    discuss
  28. Show HN: I built a tiny camera that knows where it is(mightycamera.com ↗)
    4comments
  29. Show HN: Extract original images from a PDF in the browser(imissfiles.com ↗)
    discuss
  30. Show HN: An open source safety layer for AI agent actions(github.com/ctrlrun ↗)
    1comments

Show HN: Omni – Open-source workplace agent, built on Postgres

2 pointsby 5h ago
0 comments
Hi HN!

Over the past year, I've been building Omni (https://github.com/getomnico/omni) - an open-source, self-hosted agent that connects to your workplace apps (drive, email, wiki, CRMs, ticketing systems, etc.), and gives your team an AI agent that can operate across these apps.

I posted about Omni on HN about 6 months ago, and it generated some interesting discussions: https://news.ycombinator.com/item?id=47215427. At the time, Omni was largely an enterprise search system. Since then, the project has evolved to become more of an agent that can gather context, analyze information, and carry out tasks; rather than just search for answers.

E.g., you can tell Omni, "create a project status deck on Google Slides with this week's progress", and it will search through Jira, Slack, Docs, meeting transcripts, fetch the relevant information, analyze spreadsheets with Python, prepare a summary and ask for your approval before creating the slides on your drive.

A non-exhaustive list of things Omni can do today:

- Take action on connected apps, with an approval system for write actions

- Full MCP support, so connectors can integrate with any existing MCP servers.

- Sync data from connected apps into a unified search index, allowing the agent to query data across all apps using a single search tool.

- Sand-boxed code execution and shell access, enabling the agent to create documents, spreadsheets, presentations and HTML landing pages.

- Persistent memory and user-defined skills

Omni still uses Postgres as its core data layer where it syncs and indexes all data from connected apps. We use ParadeDB (Postgres extension) for BM25 search and pgvector for semantic search - so there's no need to run and operate a dedicated search cluster or vector database. To know more about the architecture: https://docs.getomni.co/architecture.

Would love to get more folks involved in the project, so if you find this interesting, please check out the repo below. It only takes around 10-15 min to deploy using docker compose and connect a few apps.

Happy to answer any questions!

GitHub: https://github.com/getomnico/omni (Apache 2.0 licensed)

Docs: https://docs.getomni.co

No comments match this view.