Brand
The Beemuu wordmark is a single capital “B” in a 2-pixel border, set in the same DM Sans typeface as the rest of the site. The same wordmark is used as the “brand-mark” in the page header.
Wordmark (SVG, white-on-dark)
Inline SVG used by every page:
<a class="brand" href="/"> <span class="brand-mark">B</span> <span>BEEMUU</span> </a>
Typography
Body text uses DM Sans (Google Fonts, SIL OFL 1.1). Code uses the system monospace stack.
Colours
| Use | Hex | RGB |
|---|---|---|
| Page background | #f5f5f2 | 245, 245, 242 |
| Body text | #0a0c0f | 10, 12, 15 |
| Accent blue (BMW-ish) | #1c69d4 | 28, 105, 212 |
| Hero background | #0a0c0f | 10, 12, 15 |
| Muted text | #60646c | 96, 100, 108 |
Project story
Beemuu is a free, open-source BMW diagnostic tool. It started as a hobby project to read the fault memory on the project owner’s E90 335i without paying ISTA subscription fees, and grew into a community-maintained diagnostic surface for 10 production engines across E/F/G-series BMWs.
The project ships:
- A Tauri 2 + Rust desktop app for Windows.
- A hosted read-only API at
api.beemuu.comfor the DTC catalog and schematic lookups. - A landing site at
beemuu.comdocumenting what the software does, with the project’s open-data DTC and engine catalogs exposed as browseable pages. - A community contribution pipeline (TOML in
community/) for DTC opinions, testplans, freeze-frame schemas and engine profiles.
Beemuu is licensed under GPL-3.0-or-later. There is no paid Pro tier and no account requirement. The source is on GitHub at github.com/ohgeeceee/beemuu.
Contact
- GitHub issues: the primary contact channel for bug reports, feature requests and questions. github.com/ohgeeceee/beemuu/issues
- Security disclosures: /.well-known/security.txt
- General: the GitHub repo is the canonical contact path. No mailing list, no forum.
Not affiliated with BMW
Beemuu is an independent, community-owned project. It is not affiliated with, endorsed by, or sponsored by BMW AG. BMW, the BMW roundel logo, and any BMW model designations are trademarks of BMW AG and are used here for identification purposes only.
Beemuu is also not affiliated with any third-party diagnostic tool vendor (Ross-Tech / VCDS, AUTEL, Snap-on, etc.). The Beemuu desktop application is open-source; the third-party tools are independent products.
License
Beemuu is licensed under GPL-3.0-or-later. The full source is on GitHub. You can read it, modify it, redistribute it, and use it commercially under the terms of the GPL.
Anything you build on top of Beemuu (modified versions, plugin systems, derivative products) must also be GPL-3.0-or-later. This is the open-source bargain Beemuu makes with its users.