The Cognitience Blog

Release notes, design notes, and the case for software that stays on your machine.

Why We’re Building the “VS Code” of Office Productivity

When you look at modern software development, VS Code completely changed the game. It wasn't just because it was a great text editor—it was because it got out of the developer's way and offered a world-class plugin ecosystem. If you needed a specific linter, theme, or database explorer, someone had built an extension for it. And when teams wanted to reimagine how AI interacts with code—giving birth to platforms like Cursor—VS Code served as the ultimate starting point to fork and innovate.

Why doesn't your daily office suite work like that?

At Cognitience, we believe document editors, spreadsheets, and workspace management tools should be just as flexible, modular, and developer-friendly.

The Cognitience Philosophy

  • User Choice Above All: Nobody works the exact same way. Our plugin ecosystem allows teams to tailor their productivity suite to their exact stack, rather than adapting their habits to fit rigid software.
  • A Base for the Next Generation: If you're a developer building a niche vertical tool, an AI workflow engine, or a specialized enterprise app, you shouldn't have to reinvent document rendering or document storage from scratch. Cognitience is designed to be the foundation you fork and build upon.
  • Open & Adaptable: Productivity isn't a one-size-fits-all product—it's an ecosystem.

What’s Next?

We're building the foundation for a more open, extensible productivity landscape. Whether you're an enterprise user looking for a workspace that actually adapts to your needs, or a developer ready to build the next groundbreaking application on top of Cognitience, we're excited to have you along for the journey.

Check out cognitiencesoftware.xyz to follow our progress and explore developer docs.

Cognitience SS 2.0 ships today

The spreadsheet joins WP 2.0 with a full refresh: direct opening of .xlsx, .csv/.tsv, and .parquet straight from your Documents folder, a formula bar with =SUM(), arithmetic, and cell references, and export to xlsx, csv, tsv, and plain JSON. The grid stays solid for legibility while the chrome gets the full liquid-glass treatment, including a dark mode toggle.

Like everything we ship, it's MIT-licensed and local-first — workbooks are JSON files on your disk, and the backend only listens on localhost. Grab it on the downloads page.

Introducing Cognitience PP — presentations without the cloud

Cognitience PP 1.0 is our presentation app: a clean canvas with no Share button, no upgrade nag, no menu chrome borrowed from a web app. It opens and displays pdf, png, and pptx files, and you can insert images, PDF pages, video, and audio onto slides.

Title and subtitle slides, text boxes, full type control — fonts, page color, highlight, underline, strikethrough, super/subscript — all wrapped in monochrome liquid glass with a dark/light theme. It's a portable .exe: download, run, present.

Why local-first wins

The modern office suite is a rental. Your documents live in someone else's data center, behind a sign-in, under terms that can change. If the network drops, the subscription lapses, or the company pivots, your access goes with it.

Local-first flips every one of those defaults:

  • Ownership — files on your disk, in formats you can read with any tool. Cognitience stores documents as plain JSON and opens xlsx, csv, parquet, pdf, png, and pptx.
  • Privacy — there is no telemetry because there is no server to phone home to. Each app's backend listens on localhost only.
  • Speed — no round-trips. Saves are instant; the UI never waits on a network.
  • Permanence — a portable .exe keeps working forever. There's no server to shut down and no rug to pull.

Openness makes the promise enforceable: with MIT-licensed source on GitHub, you never have to take our word for any of it.

Hello, world — Cognitience is open source

Cognitience started with a simple frustration: every mainstream office app wanted an account, an upload, and a subscription before it would let me type a sentence. So we built the opposite — three small, fast apps (WP, SS, PP) with Rust backends, Apple-inspired liquid-glass interfaces, and one rule: nothing is uploaded to the cloud.

Everything is MIT-licensed and on GitHub. Come say hi on Discord or X — feedback, bugs, and pull requests are all welcome.