frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Nobie – an Excel-compatible runtime for agents and humans

https://nobie.com
66•matthewgapp•4h ago

Comments

matthewgapp•4h ago
Hey HN, I’m Matt, the founder of Nobie. I started my career in banking and haven’t been able to shake the deep reverence I have for Excel. I grew up on it.

There are many good attempts to reinvent spreadsheets. We’re doing something different. We don’t want people to adopt a new language or move their work to another format. Instead, we want to improve how the Excel language is run and give people a choice of where to run it.

That’s what we’re building with Nobie: a second Excel-compatible runtime. It’s available as a native Mac app and as a CLI for macOS and Linux. The engine is written from first principles in Rust.

Nobie isn’t done. We are not at Excel parity today. Some features are missing.

We’re a team of four systems engineers. For the next eight weeks, all our work is going into closing those gaps.

Nobie is free and always will be for everything you can do in Excel.

Try it with a real workbook and tell us what breaks. The complicated and ugly ones are especially welcome.

moostii•1h ago
What is the business model here? The website made think "sounds too good to be true"
njaremko•1h ago
That was our goal :P

https://nobie.com/desktop-app-license-terms

matthewgapp•1h ago
Fair question. The short version is: the desktop app and CLI are free and always will be; optional cloud & AI services will cost money.

Working w/ .xlsx files shouldn't cost money, and we think people should be able to use their own AI.

We expect to charge orgs/enterprises for a cloud product around governance, and for AI where/when it makes sense. We also plan to make some money when large companies use Nobie for training or to power their products.

Right now, though, we’re entirely focused on making the desktop app and CLI hands down the best xlsx experience in the world. The paid cloud product comes later.

njaremko•4h ago
I'm one of the engineers on the team. We're really excited to be putting this out into the world. There's a massive amount of functionality in this thing that we're hoping will make the lives of everyone who needs to work with xlsx files better. Both programmatically and with a GUI.

See https://nobie.com/cli for the dev focused aspects, but I'm really proud of this thing, and happy that most people will be able to use it for free.

Happy to answer any questions people have.

SirFatty•3h ago
Maybe the title should mention MacOS not "agents and humans"?
njaremko•3h ago
CLI works on linux too. Windows CLI will be out this week.

The GUI already runs on linux, but we didn't want to muddy the launch page today. It will likely be out this week.

njaremko•2h ago
Some features I think are pretty cool:

- We can render pixel perfect PNGs and PDFs (native vectorized PDFs)

- You can pass an xlsx, inputs, and output cells, and get a JSON API from any excel workbook

- You can pipe a postgres query into an xlsx file, and then run excel formulas over it

- You can pretty easily setup a `git diff` helper for xlsx files that shows you the changes you care about

- We have a built-in terminal, auto-launchers for Claude and Codex (with some fancy hooks that inject context when you send messages) and a pretty good MCP. After you install Nobie you're agents can do pretty much anything in an xlsx. We also provide a lot of tools that give agents high-signal information about the workbook, so they can quickly get up to speed and do good work

- You can programmatically edit workbooks in pleasant ways, and the workbook will update properly, AND recalc incrementally, AND the numbers will tie with Excel (if they don't definitely let us know, but we've put a huge amount of work into making sure they do)

- There's a bunch of examples on the CLI page on the website, but a lot of previously impossible/very hard things are now pretty trivial with our CLI, and I think this'll be really useful for for a lot of devs (the CLI will be getting better throughout this week, I have a lot more stuff I want to do with this)

- Happy to talk technical details. Everything is from scratch, and our render and calc engines have been a massive amount of work.

ckrapu•2h ago
Very cool. Excited to try this out sometime!
matthewgapp•1h ago
let us know your thoughts. we're shipping updates every day
Sorvad•2h ago
Would love a good, modern Excel alternative. A few feature requests: - Ability to set european number style as standard - Ability to import/open csv
njaremko•2h ago
- We had a bet internally about how long it'd take for someone to complain about default number styles, we'll get this in by tomorrow

- CSV import can be done today either by using claude / codex and telling them to load the CSV into nobie (we install an MCP on first boot of the app, and we have a really nice built-in terminal, you can click the claude / codex buttons in the top button bar to launch them), or using the CLI. We're working on a GUI workflow for it, but CSV is a cursed format, so we want to do it better than Excel

hmokiguess•2h ago
Tangential, but what's the art style of those images throughout the page? I really like them.
matthewgapp•1h ago
glad you like em :) we're going for a gritty, off-world museum vibes. Generated with midjourney.
HPsquared•2h ago
Can it handle dynamic array formulas and LET, LAMBDA etc?
njaremko•2h ago
Yep :)

We fully support the formula language, and workbook semantics.

The main deficiency we have right now is not letting people create / edit pivot tables. We support what-if scenario analysis, conditional formatting, cycles, lambdas, arrays, spills, lets, etc.

gervwyk•2h ago
Very nice! Keen to try this out, been avoiding to add any MS to my new mac, and bumping into office files a few times a week sucks.
njaremko•1h ago
I hope you try Nobie out. We've put a lot of effort into making sure its a great experience.

We're a native app, so you should expect a reasonable app size, 120fps, fast (correct) calcs, all the keyboard shortcuts from Excel, and a pretty UI.

If you're an LLM person, we ship a pretty good MCP, so you can just tell claude/codex to work on the file, and it'll open nobie and update it in front of you (if you use our embedded terminal, you get fancy hooks and context injection from the workbook to make the LLMs smarter, otherwise we have tools that provide some useful context to agents)

patrickkidger•1h ago
I'd love to have a way to make xlsx files be git-compatible, i.e. stored in plaintext.

I realise this may be out-of-scope as it's kind of baked into the file format, but does Nobie offer any functionality in that direction?

matthewgapp•1h ago
via the CLI, you could probz stream values and formatting out of the sheet, although we probably need to add a few things to ensure you can reach into every nook and cranny of the xlsx file.

We an example on our site of how you might use git & nobie together.

bewal416•33m ago
It’s honestly welcoming to simply see a modern Numbers alternative- I never liked how Numbers handles filters, sorting, and views all different… all agentic AI stuff sound like a bonus to me
njaremko•19m ago
We were tired of the Mac being a second class experience for working with spreadsheets (we're gonna be shipping this for all platforms soon though).

We're going to keep making this thing better and better until people look back on Excel wondering why people ever put up with it.

I hope you'll take Nobie for a spin, and give us whatever feedback comes to mind :)

pseudosavant•25m ago
This is definitely giving of vibes like what Deno/Bun are to Nodejs, Nobie is to Excel. I wish there was a Windows version. Hopefully, this gives the Excel team reason to compete and improve their product like what happened to Nodejs.
matthewgapp•19m ago
similar vibes, maybe less drama? lol
njaremko•17m ago
Don't worry, windows is coming... :)
mkirsten•23m ago
Very cool, well done. I’ll try it out! Is the calculation engine for the formulas tour custom, or is it built on top of eg Apache POI?
matthewgapp•19m ago
built from the ground up in rust, with the aim that it's much faster than Excel.

It supports all Excel formulas.

njaremko•18m ago
Everything is custom, it's been a lot of work :)
liampulles•18m ago
The copy here says that your data is Local-only and that it can interface with Claude, Codex, or Gemini... are you running these models locally, or am I missing something?
njaremko•15m ago
We're saying we don't take your data. If you choose to use codex or claude, and send your data to them yourself, that's your choice.

You don't need to use AI. We're fine if you just want a really good, free, spreadsheet tool :)

Building and Shipping Mac and iOS Apps Without Ever Opening Xcode

https://scottwillsey.com/building-and-shipping-mac-and-ios-apps-without-ever-opening-xcode/
219•speckx•4h ago•105 comments

Apple's new SpeechAnalyzer API, benchmarked against Whisper and its predecessor

https://get-inscribe.com/blog/apple-speech-api-benchmark.html
394•get-inscribe•7h ago•168 comments

‘Asia's cleanest village’ bans tourists on Sundays

https://www.bbc.com/travel/article/20260625-why-asias-cleanest-village-bans-tourists-on-sundays
9•gmays•48m ago•1 comments

Claude is just Mr. Meeseeks

https://github.com/thephw/claude-meseeks
20•patrickwiseman•1h ago•6 comments

Show HN: YouTube Guitar Tab Parser

https://github.com/marcelpanse/youtube-guitar-tab-parser
46•neogenix•2h ago•35 comments

Linux 0.11 rewritten in idiomatic Rust, boots in QEMU

https://github.com/Poseidon-fan/linux-0.11-rs
68•arto•2h ago•48 comments

Linux on the Sega 32X. Who needs hardware synchronization primitives anyway?

https://cakehonolulu.github.io/linux-on-32x/
79•cakehonolulu•4h ago•18 comments

The art and engineering of Sega CD Silpheed

https://fabiensanglard.net/silpheed/index.html
199•ibobev•8h ago•38 comments

Telegram's t.me domain has been suspended

https://www.whois.com/whois/t.me
205•Tiberium•3h ago•117 comments

SalesPatriot (YC W25) Is Hiring Full Stack Engineers (SF)

https://jobs.ashbyhq.com/SalesPatriot/df223727-5781-433e-bc75-2aa5bf8dc8d7
1•maciejSz•2h ago

The real prices of frontier models

https://playcode.io/blog/real-price-of-frontier-models
136•ianberdin•4h ago•68 comments

Climate.gov was destroyed. Open data saved it

https://werd.io/climate-gov-was-destroyed-open-data-saved-it/
351•benwerd•3h ago•140 comments

Samsung Health app threatens data deletion if users opt out AI training

https://neow.in/cWsyMTV3
196•bundie•3h ago•54 comments

Show HN: I implemented a neural network in SQL

https://github.com/xqlsystems/xarray-sql/blob/claude/xarray-sql-mnist-demo/benchmarks/nn.py
42•alxmrs•3h ago•10 comments

TFTP Honey Pot Results

https://bruceediger.com/posts/tftp-honeypot-results/
41•speckx•3h ago•17 comments

The infinite scroll may become endangered if controversial Calif. law passes

https://www.sfgate.com/politics/article/meta-social-media-teenagers-22337724.php
36•Stratoscope•4h ago•44 comments

Show HN: Jacquard, a programming language for AI-written, human-reviewed code

https://github.com/jbwinters/jacquard-lang
22•jbwinters•7h ago•10 comments

Manifest Man

https://www.thenewcritic.com/p/manifest-man
3•ekluger•26m ago•0 comments

Ancient Roman Board Game

https://ludus-coriovalli.web.app/
74•nobody9999•4d ago•34 comments

The 4-Bitter Lesson: Balancing Stability and Performance in NVFP4 RL

https://humansand.ai/blog/nvfp4-rl
19•Areibman•3d ago•0 comments

Show HN: Nobie – an Excel-compatible runtime for agents and humans

https://nobie.com
67•matthewgapp•4h ago•30 comments

The Origins of Heikki's Garden of Flowers

https://garden-of-flowers.heikkilotvonen.com/?essay
23•panic•2d ago•2 comments

A voxel Tokyo in real Japan time – ride the Yamanote line and study Japanese

https://jivx.com/densha
326•momentmaker•11h ago•64 comments

Show HN: Sigwire – a live TUI switchboard for every signal on your Linux box

https://github.com/yeet-src/sigwire
18•zasc•3h ago•7 comments

Show HN: BillAI Bass, an AI-Powered Big Mouth Billy Bass Using Strands Agents

https://github.com/morganwilliscloud/billai-bass
47•mtw14•4h ago•21 comments

Show HN: I built a one-prompt hackathon platform, free entry, sponsored prizes

https://1shotchallenge.ai
6•lucasmartinic•53m ago•0 comments

Benchmarking 15 "E-Waste" GPUs with Modern Workloads

https://esologic.com/benchmarking-tesla-gpus/
100•eso_logic•9h ago•43 comments

Robust Secret Storage in Networks

https://arxiv.org/abs/2606.30261
8•Anon84•5d ago•0 comments

Wikipedia escapes Category 1 designation under the UK Online Safety Act for now

https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2026-07-13/Special_report
89•hn_acker•7h ago•69 comments

Show HN: DOM-docx – HTML to native, editable Word docs (MIT)

https://github.com/floodtide/dom-docx
132•fishbone•11h ago•30 comments