Purchase Confirmed

Thank you for your
purchase.

Your MSSQLTui binary license is confirmed. Download the pre-built binary below for your platform.

Getting Started

1

Download MSSQLTui

Download the zip below for your platform. Extract it: the mssqltui binary is ready to run.

2

Make it executable

On macOS/Linux: chmod +x mssqltui. Optionally move it to a directory in your PATH: sudo mv mssqltui /usr/local/bin/

3

Connect to SQL Server

Run: mssqltui -s localhost -p 1433 -d MyDatabase -u sa -P MyPass123. Or launch Web UI: mssqltui -s localhost -d master -u sa -P 'YourPass123!' --ui

4

Start browsing

Navigate tables with vim-style keys. Run T-SQL queries with autocomplete. Export data as CSV, JSON, or SQL. You're all set.

Open source alternative. MSSQLTui is also open source (GPL-3.0). If you prefer to build from source, clone github.com/dzulfikar08/mssqltui and run cargo build --release.

Download Binary

Choose your platform. Single-file binary, no dependencies.

macOS Intel
Intel-based Macs
Download
Linux
x64 (64-bit)
Download
Windows
x64 (64-bit)
Download

Version 0.2.0 · macOS 10.15+ / Linux x64 / Windows 10+

Need help or have questions?

[email protected]