Releases: hyperspaceai/agi
Release list
chain-v0.2.12-alpha: transaction gossip
Transactions propagate across the entire network. Submit to any node.
chain-v0.2.11-alpha: fix auto-updater restart loop
Auto-updater used hardcoded version — restarted every 5 min. Now uses actual binary version.
chain-v0.2.10-alpha: tx body persistence
Transaction bodies persisted in LevelDB. Blocks with txs survive restarts.
Blockchain Binary v0.2.1-alpha
hyperspace-agentic-blockchain binary for CLI v5.0.0.
Node types: miner, fullnode, router, relay.
Auto-downloads on hyperspace start --chain-role fullnode.
avmd v0.2.0 — Supply-chain protection
Supply-chain protection: sandboxed installs, lockfile integrity, 32-pattern behavioral scanner
avmd v0.1.1
TLS fix (rustls) + log-once on macOS
avmd v0.1.0 — Agent Virtual Machine
rename: DAG-1 → Architect — Neural Project Planning Renamed the 10th primitive from DAG-1 to Architect. Site: architect.hyper.space Neural project planning for agents — deeply-nested task decomposition, cached and shared across the P2P network. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Matrix v5 — Neural Task Intelligence
Matrix v5 — Neural Task Intelligence
Trained retrieval model that searches 100,000+ AI capabilities by task description.
Try it: matrix.hyper.space
What's New
- v5 model: ColBERT distilled from text-embedding-3-small, 30 epochs
- Hybrid search: Vector (pgvector) + full-text (BM25) + Reciprocal Rank Fusion
- CLI:
hyperspace search matrix "your task" - P2P:
/hyperspace/matrix/1.0.0— 9th GAP primitive - Feedback loop: thumbs up/down → DPO training → model improves
Training
| Metric | Start | End |
|---|---|---|
| Loss | 1.93 | 0.155 (12x reduction) |
| Distill alignment | 14% | 70% |
| Samples | — | 189K (139K synthetic + 50K hard negatives) |
Capabilities Indexed
100,000+ across skills, tools, agents, and mobile apps.
8 domains: code, web, data, infra, docs, agents, mobile, blockchain.
Hyperspace Desktop v3.0.0
Terminal-based desktop app. Full Bloomberg Terminal TUI in a native window with auto-update, auto-start at login, crash resilience. Requires CLI: curl -fsSL https://download.hyper.space/api/install | bash