frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Kora – An AI-native OS layer written in 370k lines of Rust

https://intuitivecompute.com
2•jwatters•1h ago
We've been building this for ourselves over the last year. We wanted the computer from Star Trek, something you just talk to, that knows your context, controls your environment, and runs locally.

Our core belief is digital sovereignty in that you should own your context. Your conversations, files, voice, memory, and identity never leave your machine unless you explicitly choose to route through a cloud provider. No telemetry, no accounts, no data collection. The AI that knows the most about you should be the one you control completely.

Kora is an operating system layer built around an AI agent. On Linux it runs as the GUI directly in Wayland (OpenGL via femtovg). On macOS it's a native app with a Metal compositor.

It's not a chatbot wrapper, it's closer to a full OS where the AI is a first-class service. The stack is ~8 services running locally:

- UI: custom window manager with guest app compositing. Apps are standalone Rust binaries that communicate with the host over IPC.

- Multi-device: one main machine runs the services and models. Thin clients on other devices connect over QUIC and get the full UI, voice, and tool access. The graph service tracks which clients host which apps and MCP servers. Add a screen in the kitchen, a terminal in the workshop, same agent, same context.

- Speech pipeline: real-time ASR, TTS, VAD, wake word detection, barge-in interruption. All on-device.

- Tool system: MCP servers and CLI for native OS automation, file management, browser control, calendar, email, terminal, music, messages. The AI doesn't need to simulate clicks it calls native OS APIs.

- Chat routing: you can talk to it from Slack or Signal. It's the same agent with the same context, just a different transport. It can still use all its tools from a chat message.

- Skills, workflows, and missions. Skills are reusable prompt templates that declare which tools they need. Chain them into workflows. Assign the agent a role (personality, permissions, context) and schedule it on a cron — we call these missions. The agent can run tasks overnight, check in on things, or maintain a recurring process without you touching it.

- Context service: identity hierarchy (directives → roles → learnings), semantic search over local files, per-session memory.

- Cognition service: background "dream state" that processes and connects information when idle.

- App framework: guest apps (browser, terminal, text editor, Doom (yes it runs Doom)) run as isolated processes. The host composites their rendered output. Think Wayland but the compositor is AI-aware. The system can generate its own applications on the fly and they automatically show up in the UI when completed. "please build me a magic 8 ball"

Nearly everything is Rust. ~370k lines across the workspace. Multi-user — each person gets their own identity, memory, and permissions. No cloud dependency. runs on local LLMs (Apple Silicon / your own inference) or connects to cloud providers via OpenRouter if you want.

Happy to answer questions about the architecture, the pitfalls of one device speech pipelines, CLI / MCP integrations, building a window manager in Rust, or anything else.

Demo: https://www.youtube.com/watch?v=40TyKAKNvJc

Remote SQLite access your remote SQLite databases locally

https://remotesqlite.com
1•cloudmanic•1m ago•1 comments

Army extends maximum recruitment age to 42, allowing older recruits to join

https://abcnews.com/Politics/army-extends-maximum-recruitment-age-42-allowing-older/story?id=1314...
2•mindracer•1m ago•1 comments

Deploying MuJoCo on Azure ML: Surprising Pain Points

https://www.hapticlabs.ai/blog/2026/03/21/deploying-mujoco-on-azure-ml
1•mexitlan•2m ago•0 comments

Why LLMs Lie in Different Ways?

https://www.orsonai.com/publications/tes4-four-types-hallucination.html
1•JakubCwi•5m ago•0 comments

System Stability Protocol [REF-333]: Axiomatic Logic and Entropy Minimization

https://archive.org/details/system-stability-protocol-ref-333
1•rogmash•6m ago•0 comments

SuperMicro sued by shareholders over China-related criminal case

https://finance.yahoo.com/markets/stocks/articles/super-micro-sued-shareholders-over-221915291.html
1•irishcoffee•7m ago•1 comments

GLP-1 Anti-Obesity Rx and Alcohol and Substance Use Disorders

https://www.psychologytoday.com/us/blog/addiction-outlook/202602/glp-1-anti-obesity-rx-and-alcoho...
2•PaulHoule•7m ago•0 comments

Android Sets New Record for Mobile Web Performance

https://blog.chromium.org/2026/03/android-sets-new-record-for-mobile-web.html
2•WalterSobchak•8m ago•0 comments

Clojure: The Documentary, official trailer [video]

https://www.youtube.com/watch?v=JJEyffSdBsk
1•fogus•8m ago•0 comments

Leadership – Bold Visionary, Technocratic Expert, or Trimmer

https://www.theatlantic.com/ideas/2026/03/make-better-decisions-trimmer/686522/
2•bell-cot•9m ago•1 comments

Helix – Self-healing SDK for AI agent payments

https://github.com/adrianhihi/helix
1•adrianhihi•11m ago•0 comments

Harvey Raises at $11B Valuation

https://www.harvey.ai/blog/harvey-raises-at-dollar11-billion-valuation-to-scale-agents-across-law...
1•skogstokig•11m ago•0 comments

Non-Hype Manifesto of 90s CS Graduates

https://www.ResTechAI.com/manifesto
2•rtaic-coder•11m ago•0 comments

Fedora 45 Aims for IPv6-Mostly Support Out-of-the-Box

https://www.phoronix.com/news/Fedora-45-IPv6-Mostly
1•speckx•11m ago•0 comments

Will software engineers survive agentic AI?

https://www.ft.com/content/7325e967-5f4e-40b1-af3f-7d2351781843
1•nprateem•14m ago•0 comments

Embedding Models to Choose in 2026: 10 Models Benchmarked

https://milvus.io/blog/choose-embedding-model-rag-2026.md
1•Fendy•14m ago•1 comments

Using Haskell as My Shell (2021)

https://web.archive.org/web/20230610073408/https://las.rs/blog/haskell-as-shell.html
1•aragonite•15m ago•0 comments

OpenAI just killed Sora as company readies new 'Spud' model and IPO

https://www.tomsguide.com/ai/openai-just-killed-sora-as-company-readies-ipo-and-new-spud-model
1•reconnecting•15m ago•0 comments

Exploiting AQL Injection Vulnerabilities in ArangoDB

https://www.anvilsecure.com/blog/exploiting-aql-injection-vulnerabilities-in-arangodb.html
2•anvilsecure•18m ago•0 comments

As US Midterms Approach, AI Is Going to Emerge as a Key Issue Concerning Voters

https://www.schneier.com/blog/archives/2026/03/as-the-us-midterms-approach-ai-is-going-to-emerge-...
3•speckx•21m ago•0 comments

Linux kernel czar says AI bug reports aren't slop anymore

https://www.theregister.com/2026/03/26/greg_kroahhartman_ai_kernel/
4•Philpax•21m ago•0 comments

Improving Composer through real-time RL

https://cursor.com/blog/real-time-rl-for-composer
3•ingve•21m ago•0 comments

Show HN: Lexe – Self-Custodial Lightning Nodes in TEEs, Python and Rust SDKs

https://blog.lexe.app/public-launch/
3•phlip9•22m ago•1 comments

Routing vs. trust in multi-agent systems

https://www.godaddy.com/resources/news/intelligent-ai-routing
2•tmuhlestein•22m ago•0 comments

Show HN: Vizier – A physical design advisor for DuckDB

3•habedi0•23m ago•0 comments

OTEL/EDOT AutoPilot – OpenTelemetry for all languages (skills and MD files)h

https://github.com/gmoskovicz/edot-autopilot
2•gmoskovicz•23m ago•1 comments

Damaged church floor may have revealed the grave of the fourth musketeer

https://arstechnica.com/science/2026/03/archaeologists-may-have-found-the-grave-of-the-legendary-...
2•Khaine•26m ago•0 comments

Trust Signals as Sparklines for Hacker News

https://hn-trustspark.com/
2•solaire_oa•26m ago•0 comments

Google Analytics MCP for Claude

https://github.com/googleanalytics/google-analytics-mcp
3•crog•27m ago•0 comments

Church attendance report pulled after YouGov finds 'fraudulent' responses

https://www.bbc.com/news/articles/cpwjxx5eyn1o
2•dijksterhuis•28m ago•1 comments