Releases: AccessDevops/S2Tui
Release list
S2Tui v0.1.8
What's New
See CHANGELOG.md for details.
Downloads
| Platform | Installer | Portable |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
- |
| macOS (Intel) | .dmg |
- |
| Windows | .exe (NSIS), .msi |
.zip (portable) |
| Linux | .deb, .rpm |
.AppImage, .tar.gz (portable) |
Installation Notes
macOS
- Download the
.dmgfor your architecture, drag S2Tui to Applications. - First launch: Right-click → Open (to bypass Gatekeeper).
Windows
- NSIS Installer: download
*-setup.exeand run. - MSI Installer: download
*.msi(preferred for enterprise). - Portable: download
*_portable.zip, extract, run.
Linux
- Debian/Ubuntu:
sudo dpkg -i s2tui_*.deb - Fedora/RHEL/CentOS:
sudo rpm -ivh s2tui-*.rpm - Arch / any glibc ≥ 2.35 distro (AppImage):
chmod +x S2Tui_*.AppImage && ./S2Tui_*.AppImage. Single-file binary, no install. Requiresfuse2(sudo pacman -S fuse2on Arch). - Portable: extract the
.tar.gzand run (you'll still need the runtime deps installed manually).
S2Tui v0.1.7
What's New
See CHANGELOG.md for details.
Downloads
| Platform | Installer | Portable |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
- |
| macOS (Intel) | .dmg |
- |
| Windows | .exe (NSIS), .msi |
.zip (portable) |
| Linux | .deb, .rpm |
.tar.gz (portable) |
Installation Notes
macOS
- Download the
.dmgfor your architecture, drag S2Tui to Applications. - First launch: Right-click → Open (to bypass Gatekeeper).
Windows
- NSIS Installer: download
*-setup.exeand run. - MSI Installer: download
*.msi(preferred for enterprise). - Portable: download
*_portable.zip, extract, run.
Linux
- Debian/Ubuntu:
sudo dpkg -i s2tui_*.deb - Fedora/RHEL/CentOS:
sudo rpm -ivh s2tui-*.rpm - Portable: extract the
.tar.gzand run.
S2Tui v0.1.6
What's New
See CHANGELOG.md for details.
Downloads
| Platform | Installer | Portable |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
- |
| macOS (Intel) | .dmg |
- |
| Windows | .exe (NSIS), .msi |
.zip (portable) |
| Linux | .deb, .rpm |
.tar.gz (portable) |
Installation Notes
macOS
- Download the
.dmgfor your architecture, drag S2Tui to Applications. - First launch: Right-click → Open (to bypass Gatekeeper).
Windows
- NSIS Installer: download
*-setup.exeand run. - MSI Installer: download
*.msi(preferred for enterprise). - Portable: download
*_portable.zip, extract, run.
Linux
- Debian/Ubuntu:
sudo dpkg -i s2tui_*.deb - Fedora/RHEL/CentOS:
sudo rpm -ivh s2tui-*.rpm - Portable: extract the
.tar.gzand run.
Whisper models v1
Stable, versioned hosting for the Whisper.cpp ggml models that S2Tui ships
to its users at first launch. Do not delete — the application
downloads from this exact tag and breaks if the assets disappear.
Files:
ggml-small.bin(190 MB, q5_1 quantisation)- SHA-256: `ae85e4a935d7a567bd102fe55afc16bb595bdb618e11b2fc7591bc08120411bb`
ggml-large-v3-turbo.bin(574 MB, q5_0 quantisation)- SHA-256: `394221709cd5ad1f40c46e6031ca61bce88931e6e088c188294c6d5a55ffa7e2`
Source: derived from the official whisper.cpp distributions hosted on
Hugging Face (`ggerganov/whisper.cpp`) and renamed to the canonical
`ggml-{model}.bin` filenames the app expects.
Tagged as a pre-release on purpose: the "Latest" pin on the Releases
page should track the newest application tag (e.g. v0.1.6), not the
models bundle.
S2Tui v0.1.5
What's New
See CHANGELOG.md for details.
Downloads
| Platform | Installer | Portable |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
- |
| macOS (Intel) | .dmg |
- |
| Windows | .exe (NSIS), .msi |
.zip (portable) |
| Linux | .AppImage, .deb, .rpm |
- |
Installation Notes
macOS
- Download the
.dmgfile for your architecture - Open the DMG and drag S2Tui to Applications
- First launch: Right-click → Open (to bypass Gatekeeper)
Windows
- NSIS Installer: Download
*-setup.exeand run - MSI Installer: Download
*.msiand run (preferred for enterprise) - Portable: Download
*_portable.zip, extract and run (no installation)
Linux
- AppImage: Make executable with
chmod +xand run - Debian/Ubuntu: Install with
sudo dpkg -i s2tui_*.deb - Fedora/RHEL/CentOS: Install with
sudo rpm -ivh s2tui-*.rpm
v0.1.0
S2Tui - 100% Free - 100% Local/Private - 100% OpenSource
A Speech to Text software based on OpenIA Whisper Models running locally
Downloads
| Platform | Installer | Portable |
|---|---|---|
| macOS (Apple Silicon) | .dmg |
- |
| macOS (Intel) | .dmg |
- |
| Windows | .msi |
.zip |
| Linux | .deb, .rpm |
- |
Installation Notes
macOS
- Download the
.dmgfile for your architecture - Open the DMG and drag S2Tui to Applications
- First launch: Right-click → Open (to bypass Gatekeeper)
Windows
- Download the
.msiinstaller or portable.zip - Run the installer or extract the zip
Linux
- Debian/Ubuntu: Install with
sudo dpkg -i S2Tui_*.deb - Fedora/CentOs: Install with
sudo rpm -ivh s2tui-*.rpm
Tested on Windows10 (Amd64, Intel , Nvidia GTX), MacOS M1, Ubuntu (Amd64, Ryzen 4300U)