Cobalt, an independent open-source project, has introduced an application platform for selected Kobo e-readers. It installs once over USB and then handles applications, updates and removal over Wi-Fi through an on-device store, without replacing Kobo's boot process. Restarting the device returns the user to the stock reading interface.

The platform consists of a launcher, a signed application catalog, a Rust software development kit and a runtime that places each application in its own unprivileged process. Applications are static ARM binaries. Before launch, the runtime verifies the catalog, package, installed manifest and executable, according to the project documentation. Cobalt is not affiliated with Rakuten Kobo.

Six models were listed as tested: Kobo Clara BW N365, Clara Colour N367, Elipsa 2E N605, Clara HD N249, Libra 2 N418 and Libra Colour N428. A 2025 Clara BW P365 refresh is also supported after matching its hardware and firmware with the tested N365. Exact device and firmware matching is required for normal panel-writing paths.

Available applications demonstrate uses beyond ordinary ebooks. The catalog includes an arXiv reader, Sudoku, a Morse-code front-light tool, audiobook software, an OPDS library client, Hacker News and feed readers, a daily briefing app, an AI command center, a terminal and small utilities. Sidekick lets a user approve or deny questions from coding agents on another machine over the local network.

Developers implement a `KoboApp` interface in Rust and describe screens declaratively. The runtime manages layouts, e-ink refresh planning, navigation and lifecycle. Network, storage, audio, front-light and Wi-Fi access are capability-gated: an app requests a resource and can handle a refusal as a returned value. Browser and runtime simulators support interface testing.

Applications can be released independently of Cobalt itself. When an app contribution is reviewed and merged, the project's workflow builds and signs the ARM package and updates the catalog, allowing the app to appear in the store without a platform reinstall. Cobalt updates use a separate channel. Install and catalog operations are described as recovery-safe, retaining the previous version after an interrupted update.

The initial setup does modify files on the reader's user-storage partition and is offered without warranty. Cobalt therefore does not present app installation as risk-free. Its design instead tries to bound that risk through tested-device requirements, process isolation, capability checks and signed packages while giving e-reader owners a broader software environment on stock hardware.

A reboot path back to Kobo's software also limits Cobalt's role: it operates as an added environment rather than a replacement firmware. The catalog and SDK are aimed at developers and technically confident owners who accept the documented storage changes and model-specific support boundaries.