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.
01 / Choose the honest path
One product.
Two valid entry points.
Use the browser Decision Lab for the guided product experience, or inspect and run the original desktop code locally.
Open Decision Lab
Observe a market, record a hypothesis, test it, and challenge the conclusion in one public session.
Inspect the desktop client
Read the implementation, clone the repository, and run the original Python environment locally.
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 recordBoundary / 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.
# 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