Skip to content

TenLing v0.3.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 06:34

TenLing installers

Filenames follow tenling-{version}-{os}-{arch}.{ext} after the release
normalize step finishes.

Platform Package
macOS tenling-*-macos-universal.dmg, Homebrew (brew tap SihanTeng/tenling && brew install --cask tenling)
Linux tenling-*-linux-x64.AppImage, .deb, .rpm; APT/DNF via https://sihanteng.github.io/tenling/
Windows tenling-*-windows-x64.msi

Built from commit 73129affce9f72d8c672ba20fd717eca51bd9da3.

This release also includes signed updater artifacts (latest.json +
.sig files) — installed copies of TenLing pick up new versions
automatically (File → Check for Updates…). On Linux, OTA updates
apply to the AppImage; deb/RPM update through the package manager.

Install notes

  • macOS: open the DMG and drag TenLing to Applications, or brew install --cask sihanteng/tenling/tenling. Unsigned builds may need System Settings → Privacy & Security → Open Anyway.
  • Linux (AppImage): chmod +x tenling-*-linux-x64.AppImage && ./tenling-*-linux-x64.AppImage
  • Linux (deb): sudo apt install ./tenling-*-linux-x64.deb
  • Linux (RPM): sudo dnf install ./tenling-*-linux-x64.rpm
  • Windows: run the MSI installer (WebView2 bootstrapper downloads if needed).