A Meraby Labs product. Proprietary software. Free for personal, non-commercial use. Commercial use requires a license.
Space Engineers Block Exchanger ("SEBX") is a Windows desktop and CLI toolkit, developed and owned by Meraby Labs, for converting and analysing Space Engineers blueprints.
- Multi-category block conversion (armor, thrusters, weapons, functional, DLC substitution)
- Modular mapping registry with shareable profiles
- Blueprint analytics: ores, ingots, components, PCU, mass, category distribution
- Dry-run diff preview and conversion cost delta reporting
- Profile editor with import/export/share and sample-blueprint testing
- Space Engineers 2 (VRage 3) readiness audit, DLC -> Base vanillafyer, grid rescaler
- Update checker and changelog viewer
- Hardened XML parsing (defusedxml), SHA-256 release checksums
Space Engineers is a trademark of Keen Software House. This product is not affiliated with or endorsed by Keen Software House.
| Use case | Allowed? |
|---|---|
| Personal use on your own blueprints | Yes, free |
| Use in private community servers (non-revenue) | Yes, free |
| Streaming / video content where SEBX is a minor incidental tool | Yes, free |
| Commercial deployment, paid services, enterprise rollout | Requires commercial license |
| Bundling SEBX into a paid product or paid mod pack | Requires commercial license |
| Redistributing the binaries or source | No |
| Forking and publishing modified versions | No |
| Repackaging or mirroring releases | No |
Full terms: see LICENSE. For commercial licensing inquiries contact Meraby Labs.
Official builds are published only at the Meraby Labs GitHub Releases page: https://github.com/MerabyLabs/SE-Block-Exchanger/releases
Each release ships:
SE_Tactical_Command_v<version>.exe— Windows portable buildSHA256SUMS.txt— verify your download withGet-FileHash
Do not trust copies obtained from any other source.
Double-click launch_gui.bat, or:
python gui_standalone.pypython se_armor_replacer.py path\to\blueprint\bp.sbc- Windows 10/11
- Python 3.11 or 3.12
customtkinterdefusedxml- Optional:
Pillowfor logo/icon utilities
Install dependencies:
pip install -r requirements.txt# Default: Light -> Heavy armor conversion
python se_armor_replacer.py <path>
# Reverse conversion
python se_armor_replacer.py <path> --reverse
# Preview changes without modifying the blueprint
python se_armor_replacer.py <path> --dry-run
# Enable additional categories
python se_armor_replacer.py <path> --categories armor,thrusters,weapons,functional
# Inspect mapping registry
python se_armor_replacer.py --list-categories
python se_armor_replacer.py --list-mappings --categories armor,thrusters- CustomTkinter modular UI (
ui/package) - Category toggles for conversion mapping selection
- Keyboard shortcuts:
Ctrl+Oopen,Ctrl+Rrun,Ctrl+Zundo - Recent blueprint directories and quick access
- Native Windows drag-and-drop loading
- Before/after diff preview
- Analytics dashboard: PCU/mass counters, category distribution, ore -> ingot -> component -> block tree, conversion deltas, health audit with fix actions
- CSV/TXT analytics export
- Profile editor: create/edit/duplicate, add/remove pairs with subtype suggestions, test against blueprint, import/export
.sebx-profile, import from URL, Discord share payload - In-app changelog and update notifications
Built-in categories:
armor(70 pairs)thrustersweaponsfunctionaldlc_substitution(vanillafies blueprints by replacing premium DLC blocks with base-game equivalents)
Profiles auto-load from profiles/ at startup. Bundled mod profiles:
profiles/weaponcore.sebx-profileprofiles/assertive_armaments.sebx-profileprofiles/build_vision.sebx-profile
Prepare creations for Space Engineers 2 (VRage 3 Engine):
- SE2 Readiness Score — audits scripts, mechanical chains (pistons/rotors/hinges), and DLC footprint, producing a readiness score.
- DLC -> Base Convert (Vanillafyer) — replaces DLC blocks with vanilla alternatives so blueprints load for everyone.
- Grid Rescaler (Large <-> Small Grid) — scales block types and coordinates between grid sizes.
- XML parsed via
defusedxmlto prevent XXE and entity-expansion attacks. - Release pipeline pins all GitHub Actions to commit SHAs and publishes SHA-256 checksums alongside every binary.
- Dependabot keeps Actions and Python dependencies updated.
Report security issues privately to Meraby Labs (do not open a public issue).
- CI workflow:
.github/workflows/ci.yml - Release workflow:
.github/workflows/release.yml(triggered by tagvX.Y.Z) - Version source of truth:
version.py
"Meraby Labs", the Meraby Labs logo, and "Space Engineers Block Exchanger" are trademarks of Meraby Labs. All other trademarks are the property of their respective owners.
(c) 2025-2026 Meraby Labs. All Rights Reserved. See LICENSE for full terms.