hlscreen v0.1.0
hlscreen v0.1.0
hlscreen is a read-only Rust terminal workstation for recording, replaying,
and screening public Hyperliquid spot market data. It does not connect wallets,
handle private keys, read private account streams, or expose order, cancel, or
withdrawal routes.
Highlights
- Adaptive Ratatui workstation with live public market, chart, book, tape,
quality, and operational views. - Deterministic public-data recording, replay, confidence parity, screening,
and why-ranked explanations. - Local SQLite/JSONL/Parquet evidence, bounded public backfill, health output,
fixture benchmarks, and read-only localhost API helpers. - Native Apple Silicon macOS package with the project license, dependency
licenses, project and third-party notices, README, changelog, and SHA-256
checksum.
Install on Apple Silicon macOS
Download hlscreen-aarch64-apple-darwin.tar.gz and its adjacent .sha256 file,
then run:
shasum -a 256 -c hlscreen-aarch64-apple-darwin.tar.gz.sha256
tar -xzf hlscreen-aarch64-apple-darwin.tar.gz
./hlscreen-aarch64-apple-darwin/bin/hls --help
./hlscreen-aarch64-apple-darwin/bin/hls doctor --data-dir /tmp/hlscreen-v0.1.0Rust 1.88 and source-build instructions remain available for macOS Intel,
Linux, and Windows. This release does not claim prebuilt binaries for those
targets because their hosted native-runner builds could not execute while the
GitHub Actions account was billing-blocked.
The Apple Silicon archive is not Developer ID-signed and is not notarized. Its
Mach-O binary carries only the linker-generated ad hoc signature and has no
Apple team identifier. This release does not claim Developer ID or Gatekeeper
validation.
Known limitations
- This is a pre-1.0 research workstation, not a trading bot, execution system,
hosted service, or source of financial advice. - Long-running unattended daemon operation, production alert delivery, and
multi-day supervised soak proof remain outside the proven release boundary. - Hosted multi-platform installers, published SBOM/provenance, and native-runner
verification remain pending. - Public exchange APIs can fail, throttle, disconnect, or change independently
of this project; recording gaps remain visible and degrade confidence.
License and maintenance
hlscreen is licensed under Apache-2.0. Copyright 2026 Rafal Sikora. The
project is publicly maintained by RSI Tech; public and
confidential project contact is info@rsitech.ai.
Upgrade notes
This is the first public release. There is no migration from an earlier public
version. Local data remains under the operator-selected data directory; back it
up before changing schema-sensitive workflows.
Report vulnerabilities privately through the repository's
security policy. General questions belong in
GitHub Discussions.