alpha version 0.8.0

Playbit is a new operating system for people who express themselves via software

Playbit screenshot

macOS

↓⃝ Playbit-macos-arm64.zip

Requires macOS 11 on Apple Silicon.

Linux/Ubuntu

While we work on bringing you a click-and-play GTK app, here are instructions for how to run Playbit directly under qemu.

Requires 64-bit qemu with the architecture of the host platform (as seen with uname -m).

↓⃝ playbit-x86_64.zip

sudo apt install qemu-system
curl -LO https://playb.it/download/playbit-x86_64.zip
unzip playbit-x86_64.zip
cd playbit-*
./run-qemu.sh

↓⃝ playbit-aarch64.zip

sudo apt install qemu-system
curl -LO https://playb.it/download/playbit-aarch64.zip
unzip playbit-aarch64.zip
cd playbit-*
./run-qemu.sh

Our vision

A better OS for software professionals & hobbyists. For people pushing the status quo of computing. What Mac OS X was, but catering to today’s needs.

At the core of Playbit is the “Workspace”, a space for a topic or project. Workspaces can be shared with other people and are fully stateful. It is like having many computers inside your one computer.

Workspaces are fully stateful and can be suspended and resumed at any time without any data loss — apps, open windows, scroll positions, text selection, files etc are all persisted with a workspace.

You can access your workspaces on any computer.

A shared workspace can be a simpler substitute for version control like git: with integrated snapshotting at the filesystem level you can quickly explore or roll back older versions of your workspace. You can even duplicate—or “fork” if you will—a workspace in case you want to try something without affecting the current workspace. This can also be used for template workspaces.

Beyond workspaces, this system provides services fundamental & relevant to today’s software, like data syncing APIs, payments APIs, etc.

Feedback

Release notes

Playbit 0.8.0, April 8 2025

Playbit 0.7.1, January 29 2025

Playbit 0.7.0, January 28 2025

Screenshots

Desktop overview Debugging a program