← Back to Home
Download SerialRUN
All versions with release notes
v0.4.3
2026-06-18
Highlights
- Wireshark-style Packet Capture Viewer — open .pcap files, filter, search
- PCAP Live Capture — capture serial data directly to .pcap
- File Transfer — integrated attachment button with XMODEM/YMODEM/ZMODEM
- Dynamic UI — font-based layout, auto-adapts to text/DPI
- Keyboard Shortcuts — Enter to send, Shift+Enter for newline
- Plugin System — 3 new hardware plugins (ADC, Relay, Temperature)
- CLI Mode — command-line interface for headless automation
Windows 10/11 (x64) — Portable, no installation required. Includes help files.
macOS 12+ (Apple Silicon / Intel) — Portable, no installation required.
v0.4.2
2026-06-12
Highlights
- CANalyst-II USB CAN Analyzer integration
- CAN frame buffer increased to 100,000 frames
- Data buffer limits increased across all tools
- Bug fixes and UX improvements
v0.4.1
2026-06-11
Highlights
- CANalyst-II USB CAN bus analyzer support
- CAN protocol decode and filter
- Initial CAN integration
v0.4.0
2026-06-05
Highlights
- Plugin system v0.3.0 — community registry, install/uninstall
- MCP Server — expanded tool set and improved stability
- Theme persistence — dark/light saved across restarts
- Quick Commands — save and reuse frequently sent data
v0.3.0
2026-06-05
Highlights
- Quick Commands — save and send with one click from terminal toolbar
- MCP 19 Tools — expanded from 12 to 19, including set_dtr/rts, clear_buffers, get_config_keys
- Theme Persistence — dark/light theme saved across restarts
- Platform-separated builds — Windows and macOS outputs no longer mixed
Windows 10/11 (x64) — Portable, no installation required. Includes help files.
macOS 12+ (Apple Silicon / Intel) — Portable, no installation required.
v0.2.0
2026-06-02
Highlights
- Plugin System — online search, one-click install from GitHub
- CAN Bus Analyzer — independent connection, frame table, periodic send
- MCP Server — 15 tools, real-time GUI sync, dedicated read buffer
- Terminal — badge line numbers, fixed text clipping, MCP RX display
- STC ISP Plugin — flash STC89/12/15/8 series MCUs
- 43 automated tests against real MCU hardware
Windows 10/11 (x64) — Portable, no installation required.
macOS 12+ (Apple Silicon / Intel) — Portable, no installation required.
v0.1.0
2026-05-31
Initial Release
- Serial communication — HEX/TEXT, timestamps, CRC, auto-send, DTR/RTS
- Modbus RTU/TCP — 8 function codes, register monitor
- PLC control — Siemens, Mitsubishi, Delta, Omron presets
- TCP/RTU bridge, HMI simulator, CAN bus, I2C/SPI
- MCP server with 15 tools for AI integration
- Cross-platform (Windows, macOS, Linux)
Build from Source
- Requires Rust 1.70+ toolchain
- Clone repo and run cargo build --release
- All platforms supported (Windows, macOS, Linux)