Skip to main content

EPSILON / Source & distribution

The research client,
without a false download.

EPSILON's original desktop environment remains available from source. Until signed installers are published and verifiable, the product says exactly what exists—and nothing more.

02 / Verified record

A release exists.

Version 1.0.0 provides a durable public record and release notes. It is the only page that should be trusted for future package assets.

View release record

Boundary / No installer assets

A download does not—yet.

No verified macOS, Windows, or Linux installer is published. This is a distribution boundary, not a broken button or hidden package.

03 / Source runbook

Run the real project locally.

Clone the repository and use your own Python environment. Review dependencies before installation.

Source runbookbash
# Clone the repository
git clone https://github.com/DresdenGman/EPSILON-trading-simulator.git
cd EPSILON-trading-simulator

# Install dependencies
pip install -r requirements.txt

# Run the application
python mock.py