Desktop bot · in development
Aleph Edge
A desktop app that reads Sentinel signals, applies your risk limits and manages positions. Paper mode only in this build.
- Orders
- Paperautomated orders off at compile time
- Platform
- WindowsTauri 2, Rust, React
- Languages
- 8
- License
- PolyFormPerimeter 1.0.1
What it is
Aleph Edge is a desktop application for Windows, built with Tauri 2 (Rust core, React interface). It subscribes to Sentinel's signal stream, applies the limits you set, and opens, manages and closes positions for each signal it accepts.
In this build every position is simulated against live exchange prices. Your exchange API keys stay in an encrypted vault on your own machine.
Features
17 items
- Signal feed
- Reads Sentinel signals from the authenticated stream as they are published.
- Bots
- Futures, Spot (long only) and Pump (Ambitious risk level or higher), each configured on its own.
- Take profit
- TP1, TP2, TP3 or a custom % from the fill, per bot, with per-coin overrides.
- Sizing
- Risk per trade (0.1% to 5% of capital, default 1%) or fixed size. In risk mode leverage is a cap.
- Management
- Stop to breakeven and a partial close, taken from the signal's management plan.
- Risk levels
- Five levels set max leverage (2x to 20x), open positions, capital per position and a daily stop.
- Loss tolerance
- Your own daily loss limit can only tighten the level's stop. A max-loss cap per position is optional.
- BTC break
- While Sentinel declares a BTC break, new longs are refused. With the BTC feed unreachable, all entries are refused.
- Vetoes
- A Sentinel veto on a signal the bot holds closes that position.
- Refusals
- Every skipped trade is listed with its reason: funding, order book depth, entry drift over 0.5%, limits.
- Filters
- Evidence score, direction, symbol list, combo list and primary engine.
- Time exit
- A position still open 72 hours after its signal expires is closed at the market price.
- Performance
- Net PnL after 0.10% fees and 0.02% funding, a ledger-comparable %, max drawdown, CSV export.
- Paper mode
- Fills are simulated against live public prices from Binance, OKX, Bybit, MEXC, CoinDCX or Bitso.
- Key vault
- Exchange API keys in a local encrypted file. Locks after 30 idle minutes by default.
- Languages
- English, Turkish, Hindi, Vietnamese, Indonesian, Russian, Portuguese (Brazil), Spanish.
- Themes
- Light, dark and high contrast.
Screenshots
1440 x 900
Sample dataEvery number in these screenshots is invented for the picture. Fills are simulated. None of it is a trading record.










What it does not do
- Automated orders
- Off. LIVE_TRADING_ENABLED is a compile-time constant set to false. Entries, exits and breakeven moves run in simulation. Turning it on is a source change, not a setting.
- Manual close
- The exception. Close position and Close all send real reduce-only market orders on Binance USDT-M futures, after a two-step confirmation.
- Field testing
- Not done. No build has run against a real account for a sustained period.
- Independent audit
- None. One adversarial review on 2026-09-20 found four defects; the ones that could move money were fixed.
- Custody
- None. There is no Aleph Edge account that holds funds, and the app makes no withdrawals or transfers.
- Keys
- Stored only on your device and used there to sign exchange requests. The vault is Argon2id plus AES-256-GCM with its salt in the OS keychain. No key is sent to ribqa.com.
- Password recovery
- None. A lost vault password means resetting the vault and entering the keys again.
- Entry edge
- Not added. Measured on Sentinel's history: evidence score AUC 0.496; 1,335 signals won 47.9% against 49.5% for random-timed entries.
- Strategies
- No grid, DCA, martingale or copy trading.
- Advice
- None. Aleph Edge is software, not financial advice.
Requirements
- Sentinel account
- Signed in with an active membership. During the open beta every account has the Aleph tier.
- Exchange
- An API key for Binance, OKX, Bybit, MEXC, CoinDCX or Bitso. Futures bots need Binance, OKX, Bybit or MEXC. Use a trade-only key; Binance keys are checked for withdraw permission.
- Windows
- Windows 10 or 11 with the WebView2 runtime. The vault salt is kept in Windows Credential Manager.
- macOS
- Configured in the build (macOS Keychain). Not verified.
- Linux
- Not supported. This build has no persistent keychain on Linux.
Status
- Version
- 0.1.0, beta
- Development
- UI and execution capabilities are still being developed.
- Installers
- Not released
- Source on GitHub
- Coming soon
License
PolyForm Perimeter 1.0.1
Free to use and modify, including on your own exchange account, and to publish your changes. Not allowed: using it to offer a product that competes with Aleph Edge, paid or free.
Build your own bot
The same signals over REST, the SSE stream or MCP, with the costs and limits to plan around.