Changelog
👨💻 Matchstick
📅
📚 changelog
#changelog
#updates
#release-notes
Last updated: January 17, 2026
Latest updates and changes to Matchstick
Latest Updates
2026-01-18
Matchstick CLI v0.1.0
First public release of the Matchstick CLI with trading support.
Trading Commands (Alpaca):
matchstick connect alpaca- Interactive API key setupmatchstick connect status- Show connection statusmatchstick account- Display balance, equity, buying power, P&Lmatchstick positions- List all open positions with P&Lmatchstick order buy/sell- Submit market and limit ordersmatchstick orders- List and manage orders
Development Commands:
matchstick init <name>- Create new strategy projectmatchstick run- Run backtest simulationmatchstick play- Performance benchmarkmatchstick demo cli|backtest- Interactive demosmatchstick watchlist show- Display watchlist files
Features:
- Paper trading by default (safe mode)
- Live trading with explicit
--liveflag - Credentials stored in
~/.matchstick/config.toml - Cross-platform: macOS, Linux, Windows
Matchstick Alpaca Adapter v0.1.0
New Rust library for Alpaca Markets API integration.
- Full REST API coverage (account, positions, orders, assets)
- Paper and live trading environments
- Type-safe API responses with serde
- Async/await with tokio
- API secrets redacted from logs
2025-12-13
Matchstick Events (Desktop)
- v1.0.0 (Beta) - Initial release of the desktop application.
- Native Tauri application
- Real-time event streaming
- Radar integration for historical backfill
Matchstick Radar
- New Dataset: Insider Trading
- Added real-time SEC Form 4 filings
- Historical backfill available via API
Matchstick Site
- New Docs: Added comprehensive documentation for tooling and usage.
- Visuals: Integrated new implementation flows for Events and Radar.
Roadmap
See the public roadmap for upcoming features.
Coming Soon
- WebSocket streaming for real-time order updates
- Additional broker integrations (Interactive Brokers, TD Ameritrade)
- TUI monitor for terminal-based trading
- Strategy backtesting with historical data