Skip to content

Releases: AccessDevops/S2Tui

S2Tui v0.1.8

Choose a tag to compare

@github-actions github-actions released this 10 May 07:42

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 .dmg for your architecture, drag S2Tui to Applications.
  • First launch: Right-click → Open (to bypass Gatekeeper).

Windows

  • NSIS Installer: download *-setup.exe and 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. Requires fuse2 (sudo pacman -S fuse2 on Arch).
  • Portable: extract the .tar.gz and run (you'll still need the runtime deps installed manually).

S2Tui v0.1.7

Choose a tag to compare

@github-actions github-actions released this 07 May 11:52

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 .dmg for your architecture, drag S2Tui to Applications.
  • First launch: Right-click → Open (to bypass Gatekeeper).

Windows

  • NSIS Installer: download *-setup.exe and 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.gz and run.

S2Tui v0.1.6

Choose a tag to compare

@github-actions github-actions released this 06 May 17:36

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 .dmg for your architecture, drag S2Tui to Applications.
  • First launch: Right-click → Open (to bypass Gatekeeper).

Windows

  • NSIS Installer: download *-setup.exe and 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.gz and run.

Whisper models v1

Whisper models v1 Pre-release
Pre-release

Choose a tag to compare

@cbarange cbarange released this 07 May 06:54

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

Choose a tag to compare

@github-actions github-actions released this 05 May 12:47

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 .dmg file for your architecture
  • Open the DMG and drag S2Tui to Applications
  • First launch: Right-click → Open (to bypass Gatekeeper)

Windows

  • NSIS Installer: Download *-setup.exe and run
  • MSI Installer: Download *.msi and run (preferred for enterprise)
  • Portable: Download *_portable.zip, extract and run (no installation)

Linux

  • AppImage: Make executable with chmod +x and run
  • Debian/Ubuntu: Install with sudo dpkg -i s2tui_*.deb
  • Fedora/RHEL/CentOS: Install with sudo rpm -ivh s2tui-*.rpm

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Dec 15:45

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 .dmg file for your architecture
  • Open the DMG and drag S2Tui to Applications
  • First launch: Right-click → Open (to bypass Gatekeeper)

Windows

  • Download the .msi installer 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)