← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Cobalt platform enables third-party applications on Kobo e-readers

🔄 Updated 2h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Cobalt is an open-source platform for Kobo e-readers.
  • It features an App Store, Rust SDK, and unprivileged app processes.
  • Apps install, update, and remove over Wi-Fi after initial USB setup.
  • A reboot returns the device to its stock Kobo reader state.

Introducing Cobalt for Kobo

Cobalt is an open-source application platform designed to bring third-party applications to Kobo e-readers. It comprises a launcher, a signed App Store, a Rust SDK, and a runtime environment. The runtime ensures that each application operates within its own unprivileged process, enhancing system stability and security.

Installation and Management

Initial installation of the Cobalt platform requires a one-time connection via USB. Following this, all subsequent application installations, updates, and removals are managed directly on the Kobo reader over Wi-Fi. Users can revert their device to the stock Kobo reader functionality by simply rebooting it.

Application Architecture and SDK

Applications developed for Cobalt are static ARM binaries that run as unprivileged processes on the standard Kobo hardware. The App Store handles the distribution, verifying signatures before any application is launched. The Rust SDK provides tools for developers to implement KoboApp, declare screens, and manage layout, e-ink refresh, navigation, and application lifecycle. Apps request access to device resources like network, storage, audio, frontlight, and Wi-Fi, with the runtime managing capability gating.

App Store and Updates

The Cobalt App Store reads a signed catalog from a fixed GitHub release, with each package containing an ARM executable and a signed manifest. The runtime verifies these components before an app runs. App releases are independent of platform releases, allowing for continuous updates without requiring a Cobalt version bump or reinstallation. The Cobalt platform itself also updates over Wi-Fi through its settings, on a separate channel from the app catalog.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~21 min · 18 stories · Aug 21

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Primary sources

GitHub BandarLabs/Cobalt

Reporting from

Cobalt, an open-source application platform, now allows third-party applications to run on Kobo e-readers. This platform includes a launcher, a signed App Store, a Rust SDK, and a runtime that isolates each app in its own unprivileged process.