Skip to content

Releases: ucsandman/noban-releases

v1.2.0

Choose a tag to compare

@ucsandman ucsandman released this 09 Jul 02:09
docs: add README (downloads, checksum verify, what noban is)

noban v1.1.0

Choose a tag to compare

@ucsandman ucsandman released this 07 Jul 19:09

noban v1.1.0 - first signed release

The Windows installer is now digitally signed by Wesley Sander via Microsoft Azure Trusted Signing. Windows can verify who published it, and the "Unknown publisher" install warning is gone. SmartScreen reputation builds with install volume, so some machines may still show a reputation prompt for a while; every future release is signed with the same identity, so that fades.

Verify your download

Get-FileHash .\noban-Setup-1.1.0.exe -Algorithm SHA256

Expected: a76f3fd26e03410ba6b7ef88d161b8328227d61108cde17a52eda8444c66e182 (also in SHA256SUMS.txt below). Right-click the installer > Properties > Digital Signatures to see the "Wesley Sander" signature.

What's new since v1.0.0

  • Backtest from your own history. Replay your imported trade history through any strategy and see the after-fee result it would have produced.
  • Strategy builder + lab. Compose entry/exit rules in the dashboard and trial them side by side in simulation before promoting one.
  • Live risk analytics. Sharpe, Sortino, and max drawdown computed on your live (or simulated) P&L, not just in backtests.
  • Multi-condition alerts. Alert on combinations of spread, float bucket, venue health, and price movement instead of a single threshold.
  • Tray keep-running mode. Close the window and the bot keeps scanning from the system tray.
  • License hardening. Signed revocation list checked at boot and daily; offline-first, and an unreachable list can never lock you out.
  • Dashboard hardening and updater safety fixes throughout.

Notes

  • Auto-update: existing v1.0.0 installs pick this up through the built-in updater.
  • Simulation remains the default. Live trading still requires an explicit opt-in and a Pro license.

noban v1.0.0

Choose a tag to compare

@ucsandman ucsandman released this 10 Jun 10:56

noban v1.0.0 — first public release

noban is a local-first CS2 skin arbitrage desktop app for Windows: a cross-venue price radar (CSFloat ⇄ Steam Market + 7 read-only price feeds) with honest after-fee, after-hold profit math, a tax-ready trade ledger, and a governance layer.

What you get

  • Simulation by default. The app paper-trades on live prices out of the box. Real trading requires an explicit opt-in AND a paid Pro license — a missing license can never make the app more permissive.
  • Local-first. Your data, credentials, and database stay on your machine. No cloud account.
  • Honest math. Every opportunity is shown after venue fees and the 7-day Steam hold, including losing trades.
  • Safe by design. Steam Market auto-buying is unsupported (ToS); bannable operations are never automated.

Downloads

Asset Purpose
noban-Setup-1.0.0.exe Windows installer (NSIS, x64)
SHA256SUMS.txt SHA-256 checksum — verify before installing
latest.yml Auto-update feed (consumed by the app)

Unsigned early-access build — verify the checksum

This build is not code-signed yet (signing is in progress). Windows SmartScreen will warn on first run; that is expected for unsigned software. Verify the download before installing:

Get-FileHash .\noban-Setup-1.0.0.exe -Algorithm SHA256

The hash must match the line in SHA256SUMS.txt. If it doesn't, do not run the installer.

Windows only for now. macOS is planned.

Site: https://noban.gg · Support: support@noban.gg