Skip to main content

beebium-server

What is Beebium?

Beebium is a headless, cycle-accurate BBC Micro emulator with a client-server architecture. The emulator runs as a server process -- one per machine variant (Model B, B+, B+ 128K, B with ROM/RAM board) -- and is driven over gRPC, so front-ends and automation talk to it across a well-defined protocol rather than being wired into the emulation core.

What is this package?

beebium-server is that emulator, shipped as platform wheels. Each wheel carries the built server binaries, the ROMs, the presets and the bundled extensions, so a complete, working BBC Micro emulator installs straight from PyPI -- no system package manager, no compiler, no ROM files to locate by hand:

pip install beebium-server

Installing it also puts the four server binaries on PATH (beebium-model-b and its variants), so the package is useful on its own.

Relationship to beebium

beebium is the Python client that drives a server over gRPC. The two are independent packages -- neither depends on the other -- but they complement each other: with both installed, the client finds this wheel automatically and Beebium.launch() needs no arguments.

pip install beebium beebium-server

Supported platforms

A wheel is published for each of these; pip selects the one matching your machine.

Platform Wheel tag
Linux x86-64 (glibc 2.36+) manylinux_2_36_x86_64
Linux ARM64 / aarch64 (glibc 2.36+) manylinux_2_36_aarch64
macOS Apple Silicon (arm64, macOS 11+) macosx_11_0_arm64
macOS Intel (x86-64, macOS 12+) macosx_12_0_x86_64
Windows x64 win_amd64

Installation

With uv:

uv add beebium-server            # add to your project
# or, into a plain virtualenv:
uv pip install beebium-server

With pip:

pip install beebium-server

Usually you install it alongside the client, pip install beebium beebium-server.

Usage

Run a server from the command line

Installing the wheel puts one console script per machine variant on PATH. Each starts a headless server that listens for gRPC clients:

# Run a BBC Model B server. Variants: beebium-model-b, beebium-model-b-plus,
# beebium-model-b-plus-128k, beebium-model-b-romram.
beebium-model-b --port 48875
# Initializing BBC Model B...
# Listening on port 48875
# BBC Model B ready. Press Ctrl+C to stop.

With no --port the server picks its default port. Run beebium-model-b --help for the other subcommands (listing extensions, describing presets, capturing a screenshot, and more).

Locate the binaries and data from Python

A tiny, dependency-free API reports where the bundled binaries and data live -- useful for launching a server yourself or pointing other tooling at the ROMs:

import beebium.server

# Where the bundled server binary lives (ensured executable), and its kin.
executable = beebium.server.executable_filepath()        # the model-b binary
print(executable)
print(beebium.server.variants())                         # the four variants
print(beebium.server.rom_dirpath())                      # the bundled ROMs
print(beebium.server.preset_dirpath())                   # the bundled presets
print(beebium.server.__version__)

Drive a server from Python

To control a server programmatically -- type at the keyboard, read the screen, inspect memory, drive the debugger -- install the beebium client and see its documentation. With both packages installed, Beebium.launch() starts one of these servers with no arguments.

Contributing

Development happens in the Beebium repository. This wheel is not built from source here: build_wheel.py repackages a release bundle that the monorepo already builds and validates, so the server binaries are byte-identical to those on the GitHub Release.

This README is generated -- do not edit README.md directly. See CONTRIBUTING.md.

License

GPL-3.0-or-later. See COPYING.txt.

Release files for beebium-server 0.1.14

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for beebium-server 0.1.14
File
beebium_server-0.1.14-py3-none-win_amd64.whl Python 3 none Windows x86-64 Details
beebium_server-0.1.14-py3-none-manylinux_2_36_x86_64.whl Python 3 none Linux glibc 2.36+ x86-64 Details
beebium_server-0.1.14-py3-none-manylinux_2_36_aarch64.whl Python 3 none Linux glibc 2.36+ ARM64 Details
beebium_server-0.1.14-py3-none-macosx_12_0_x86_64.whl Python 3 none macOS 12.0+ x86-64 Details
beebium_server-0.1.14-py3-none-macosx_11_0_arm64.whl Python 3 none macOS 11.0+ ARM64 Details

Total release size: 219.7 MB

Release files / beebium_server-0.1.14-py3-none-win_amd64.whl

Download URL beebium_server-0.1.14-py3-none-win_amd64.whl
Size 30.5 MB
Tags Python 3 Windows x86-64
SHA-256 checksum
How to use checksums
d515e874918da8e105d2eaf850e881bc1e3e235ff28e8a936309cb1fdbf082f4
BLAKE2b-256 checksum
How to use checksums
5e0f6f65d155204e8eb6262fae6164ede27ef878e154b8161e0803481cb8c547
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / beebium_server-0.1.14-py3-none-manylinux_2_36_x86_64.whl

Download URL beebium_server-0.1.14-py3-none-manylinux_2_36_x86_64.whl
Size 53.2 MB
Tags Linux glibc 2.36+ x86-64 Python 3
SHA-256 checksum
How to use checksums
5c3f30a67e067efc62dbc240443c0a6060b7b16746e29d58f5d6af4b1d418397
BLAKE2b-256 checksum
How to use checksums
3fe0497f6adb85e536f87c1d8d8f5fc85398c2a8778b7a80e76ba6fae571c0a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / beebium_server-0.1.14-py3-none-manylinux_2_36_aarch64.whl

Download URL beebium_server-0.1.14-py3-none-manylinux_2_36_aarch64.whl
Size 52.3 MB
Tags Linux glibc 2.36+ ARM64 Python 3
SHA-256 checksum
How to use checksums
409a8e3f956ac45d169ba003385e3c81090353c9240de1b94d6ca1e4a7ce91f0
BLAKE2b-256 checksum
How to use checksums
40e518c70560d6d9252a9223a7cdc422a4567e4c6024b33359085c1f9f3c39fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / beebium_server-0.1.14-py3-none-macosx_12_0_x86_64.whl

Download URL beebium_server-0.1.14-py3-none-macosx_12_0_x86_64.whl
Size 42.9 MB
Tags Python 3 macOS 12.0+ x86-64
SHA-256 checksum
How to use checksums
d62e97b7a8a43a9f5273a0d6ab85cb57c60527292bca52467d12b2ce5e562bd2
BLAKE2b-256 checksum
How to use checksums
421235b72b6cb0e06dba2a518f2a555197f513c3f0d9f5bee3cdd69c5b01d0cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / beebium_server-0.1.14-py3-none-macosx_11_0_arm64.whl

Download URL beebium_server-0.1.14-py3-none-macosx_11_0_arm64.whl
Size 40.9 MB
Tags Python 3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a2140be7d5a40049991151c6debc6d9e90156c6452ac3542d5c1befcdb26df93
BLAKE2b-256 checksum
How to use checksums
d86429872c339cbf1fee19b0fa147c8b3d3e9ea635ffd4265626f15e4bf0eb6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release history Release notifications | RSS feed

0.4.0

5 release files

0.3.0

5 release files

0.2.0

5 release files

0.1.17

5 release files

0.1.16

5 release files

0.1.15

5 release files

This release

0.1.14 This release

5 release files

0.1.13

5 release files

0.1.12

5 release files

0.1.11

5 release files

0.1.10

5 release files

0.1.9

5 release files

0.1.8

5 release files

0.1.7

5 release files

0.1.6

5 release files

0.1.5

3 release files

0.1.4

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page