Emulo Pro

See what Emulo found out about you.

The desktop app opens your mined profile, the real sessions behind every claim it makes, and the workflows it wrote for you. Free to download. You sign in once, and after that it runs on your own machine.

Checking which version is current.

It needs Python 3.11 on the machine. If that is missing, the installer stops and tells you, and nothing on your computer is changed.

Emulo engraving: a human and a machine head back to back

What you get

It reads the AI coding sessions already on your computer. There is no API key to add, because it runs through the agent you already use, Claude Code or Codex.

Installing takes about a minute

  1. Open the downloaded file and choose Extract All. Windows offers it in the bar at the top of the window.
  2. Double-click Install Emulo. It installs into your own Windows account, so there is no administrator prompt. Windows will say the publisher could not be verified, because this build is not signed yet. The button that continues is Run.
  3. Sign in once. Emulo shows a short code and opens your browser. You sign in there with Google or GitHub and type the code in.

The app opens itself when it is done.

Your sessions never leave your computer

Emulo reads your private session logs, so it is built to never move them. The sessions, the file paths and the keys stay on the device.

Emulo never sees your password either. The signing in happens in your browser, and the app only ever receives a token for this one device.

Once this device is signed in it stays signed in, and the licence is checked on your own machine, so the app keeps working with no internet at all. The privacy policy is the long version.

If something goes wrong

Email me at ohadkrispin@gmail.com. Tell me what the installer said and I will tell you what happened. I read every one of these myself.

For the curious: check the file, install it by hand

This build

Loading the current version.

Check the file before you open it

Run this in the folder the file landed in, and compare the result with the hash below it.

Get-FileHash .\emulo-pro.zip -Algorithm SHA256
Published with the build.

If the two do not match, do not install it. Download it again. Inside the folder there is also a signed manifest listing every file with its own hash, and the installer verifies those before it installs anything.

Install it by hand

Open PowerShell in the folder you extracted, and follow the install guide that came with it. It builds a Python 3.11 environment, installs the wheel from the folder with no network, and opens the app.

Why Python 3.11 and not a newer one

Emulo Pro checks the integrity of every file it reads before using it. Python 3.13 on Windows reports file timestamps inconsistently enough to break that check, so installing on 3.13 is refused at the start rather than allowed to fail strangely later. 3.12 is excluded for the same reason and because it is untested here, not because it is known broken.

Test builds

A file with rehearsal in its name is a test build, not a release. It says so in the filename so you never have to open one to find out.

Emulo itself, the miner, is open source and free. pip install emulo, or read the repository. Pro is the app around it.

Downloading

Emulo Pro

emulo-pro.zip

Nothing in your downloads? Start it again.

  1. Open the file and choose Extract All. Windows offers it in the bar at the top of the window.
  2. Double-click Install Emulo. It installs into your own Windows account, so there is no administrator prompt.
  3. Sign in once with Google or GitHub. Emulo shows a short code and opens your browser for it.

Stuck at any of these? Email me. If you want to check the file first, the hash is at the bottom of the page behind this.