ExeBrowser

Run Windows .exe files in your browser. No install. No upload. Just WebAssembly + Wine.

Can you play Blake Stone: Aliens of Gold in your browser? Partial — free shareware, but the Win32 BStone port uses SDL2 (black screen under Wine)

Guide updated July 2026 · Runs via Wine 1.7.55 (Win32) + WebAssembly · Requires your own copy

Blake Stone: Aliens of Gold — Apogee's 1993 first-person shooter built on id Software's Wolfenstein 3D engine, with floor and ceiling textures, talking informants you could shoot (or spare) and six episodes of Dr. Goldfire's alien-infested labs. Episode 1 is free, freely-redistributable shareware, so it's completely legal to play here. Two honest catches: the original is a DOS program, and ExeBrowser runs Win32 software, so the only candidate route in a tab is the free, open-source BStone source port loaded with the shareware data — and, as the verdict above notes, the current Win32 BStone build depends on SDL2 and hits a black screen under browser Wine.

Runs in your browser tab with WebAssembly + Wine — nothing is uploaded. Click the screen to capture input; press Esc to release the mouse.

Get Blake Stone shareware + the BStone port (free, legal)

You need two free pieces, dropped into one folder:

1. The shareware data (episode 1). The freely-redistributable shareware episode, exactly as Apogee/3D Realms distribute it:

Blake Stone: Aliens of Gold shareware (Internet Archive) →

2. The BStone source port (open-source). The Win32 build that actually runs in your browser:

BStone latest release (GitHub) →

Unzip both into the same folder (BStone EXE beside the shareware data), then use “Load your own copy” above. Episode 1 is free shareware, redistributable unmodified at no charge; episodes 2–6 are the commercial registered version — buy those from a legitimate source such as ZOOM Platform. BStone is © its authors under the GPL-2.0+. Blake Stone © Apogee Software / JAM Productions.

How it works & what to expect

ExeBrowser runs real 32-bit Windows executables on Wine + WebAssembly. The 1993 Blake Stone shipped as a DOS game (it wanted a 386 and ran in real/protected mode), and DOS binaries do not reliably boot under Wine in the browser — there's no DOS/V86 layer here. So pointing the player at the original BSTONE.EXE from the shareware archive will usually fail.

The practical route is BStone, the excellent open-source (GPL-2.0+) source port by Boris Bendovsky. It rebuilds the Blake Stone engine as a modern Win32/SDL2 program that reads the original shareware data files. Drop the BStone Windows build and the shareware data in one folder, load that folder, and you're running the actual game logic — just through a modern, browser-friendly executable.

GameBlake Stone: Aliens of Gold — shareware episode 1 (1993, Apogee / JAM Productions)
EngineWolfenstein 3D engine (raycaster), via the BStone source port
Best Wine variantWin32 (default); if BStone crashes on boot, try the 18R2 variant
How to loadUpload the whole folder (BStone EXE + shareware .BS1/.SOD data) — never just the EXE
Expected resultPartial — a light raycaster, so when BStone boots it should feel responsive; SDL2 video/audio under Boxedwine is the wild card

Why the verdict is "partial"

Two honest reasons, neither about the game being heavy:

The good news: the game itself is trivially light for a modern CPU, so if BStone initializes at all, gameplay won't be the bottleneck. Older 320×200-style render settings tend to be the most forgiving.

Step by step

  1. Grab the BStone Windows build (open-source, see the download box below) and the free shareware data for Aliens of Gold.
  2. Unzip both into a single folder so the BStone EXE sits next to the shareware data files.
  3. Click ▶ Play Blake Stone above, then use Load your own copy → a folder and pick that folder.
  4. Set the entry to the BStone executable (e.g. bstone.exe) and click Run in Wine.
  5. Click the canvas to capture input. ↑↓←→ move, Ctrl fires, Space opens doors and uses switches, 15 pick weapons, Esc releases the mouse.
  6. If it won't start on the default variant, retry with 18R2 and check the Console for err: lines.

Frequently asked questions

Is Blake Stone free to play?

Episode 1 of Blake Stone: Aliens of Gold is free, officially-distributed shareware that may be redistributed unmodified at no charge (3D Realms hosts the v3.0 shareware episode). The remaining five episodes are the commercial registered version — buy those from a legitimate storefront. The BStone source port used to run it is free, open-source software under the GPL.

Can I just run the original Blake Stone .exe in the browser?

Usually not. The 1993 game is a DOS program, and ExeBrowser runs 32-bit Windows software via Wine — there's no DOS/V86 layer, so the original BSTONE.EXE typically won't boot. The reliable path is the BStone source port, a modern Win32 rebuild that reads the same shareware data.

What is BStone and is it safe/legal?

BStone is a free, open-source (GPL-2.0+) source port by Boris Bendovsky that re-implements the Blake Stone engine for Windows, Linux and macOS. It contains no game assets itself — it loads the data files from your shareware (or registered) copy. It's a legitimate, widely-used preservation project, not a crack or a pirated build.

Does Blake Stone need DirectX or a 3D card?

No. It's a Wolfenstein 3D-style raycaster from 1993 with no hardware-3D requirement, so the game is extremely light. The only real compatibility question here is whether the BStone port's SDL2 video and audio initialize cleanly under Boxedwine — the rendering itself is well within range.

Why might Blake Stone not run well in ExeBrowser?

Performance won't be the issue — the engine is tiny by modern standards. The risk is startup: a modern SDL2 source port can stumble on graphics or sound init inside the emulated environment. If the default Wine variant crashes on launch, try the 18R2 variant and watch the Console for missing-DLL or video errors.

More you can run in your browser