The best voice-cloning TTS on the planet. Clone any voice, 31 languages, runs 100% offline. Free forever.
1
stars
15
commits
Python
primary language
Jul 7, 2026
updated
Clone any voice from a 5-second sample. Speak 31 languages. Zero cloud. Zero subscription. Zero compromise.
# One command:
curl -fsSL https://xirtus.github.io/MOSSlanding/install-apt.sh | sudo bash
mosslanding
Or manually:
wget https://github.com/xirtus/MOSSlanding/releases/latest/download/mosslanding_latest_amd64.deb
sudo dpkg -i mosslanding_latest_amd64.deb
mosslanding
# Option 1: Download from GitHub Releases
wget https://github.com/xirtus/MOSSlanding/releases/latest/download/mosslanding-1.0.0-1-x86_64.pkg.tar.zst
sudo pacman -U mosslanding-1.0.0-1-x86_64.pkg.tar.zst
mosslanding
# Option 2: Build from AUR (coming soon β PKGBUILD in packaging/arch/)
# git clone https://aur.archlinux.org/mosslanding.git
# cd mosslanding && makepkg -si
# Download DMG from Releases
open https://github.com/xirtus/MOSSlanding/releases/latest
# Drag Mosslanding.app to /Applications
# Download and run installer from Releases
Invoke-WebRequest -Uri "https://github.com/xirtus/MOSSlanding/releases/latest/download/Mosslanding-Setup.exe" -OutFile "Mosslanding-Setup.exe"
.\Mosslanding-Setup.exe
| Format | System | Install Command | Status |
|---|---|---|---|
.deb | Debian / Ubuntu / Mint / Pop!_OS | sudo dpkg -i mosslanding_*.deb | β Available |
.pkg.tar.zst | Arch Linux / Manjaro / EndeavourOS | sudo pacman -U mosslanding-*.pkg.tar.zst | β Available |
.dmg | macOS (Apple Silicon) | Download & drag to Applications | β Available |
.exe / .ps1 | Windows 10/11 | Run installer | β Available |
.AppImage | Any Linux | Download & run | β Available |
| APT Repo | Debian/Ubuntu | sudo apt install mosslanding | π§ Setup required |
π€ Voice Cloning β Drop in any 5β30 second audio clip and it instantly learns the voice. Accent, tone, cadence β all of it.
π 31 Languages β English, Chinese, Japanese, French, Spanish, Arabic, Hindi, Korean and 23 more. Switch mid-sentence.
π― Pinyin / IPA / Phoneme control β Nail every pronunciation. Perfect for names, technical terms, multilingual scripts.
βΈοΈ Pause control β [pause 1.5s] anywhere in your text. Precise timing.
β‘ GPU Accelerated β NVIDIA RTX 2070+ with bfloat16 precision. Apple Silicon via Metal MPS.
π 100% Private β Everything runs on your machine. Your voice samples never leave your device.
| Platform | GPU | Status |
|---|---|---|
| Linux (Debian/Ubuntu) | NVIDIA RTX 2070+ | β |
| Linux (Arch) | NVIDIA RTX 2070+ | β |
| Linux (AppImage) | NVIDIA RTX 2070+ | β |
| macOS (Apple Silicon) | M1/M2/M3/M4 | β |
| Windows 10/11 | NVIDIA RTX 2070+ | β |
Requirements: 8GB+ VRAM, 16GB system RAM, Python 3.10+
git clone https://github.com/xirtus/MOSSlanding
cd MOSSlanding
# Linux
cd release/linux && ./install.sh && mosslanding
# Build packages
cd release/packaging && ./build_all.sh
# Output in release/dist/
release/
βββ linux/ # Linux app source + install scripts
βββ mac/ # macOS SwiftUI app + DMG builder
βββ windows/ # Windows app + PowerShell installer
βββ appimage/ # AppImage builder
βββ packaging/ # Native package builders
β βββ arch/ # PKGBUILD for Arch Linux / pacman
β βββ debian/ # DEBIAN/ control files for .deb
β βββ apt-repo/ # APT repository generator + one-liner installer
β βββ build_all.sh # Build everything in one shot
βββ dist/ # Built packages output
This app is a native desktop launcher for the MOSS-TTS family by OpenMOSS β state-of-the-art open-source TTS that outperforms closed-source models like Doubao and Gemini 2.5 Pro in subjective evaluations.
Models used:
OpenMOSS-Team/MOSS-TTS-v1.5 (~4-6 GB) β voice cloning & direct generationOpenMOSS-Team/MOSS-VoiceGenerator (~1-2 GB) β voice design from text descriptionsOpenMOSS-Team/MOSS-Audio-Tokenizer (~1 GB) β audio encoding/decodingPush a version tag:
git tag v1.0.0
git push origin v1.0.0
GitHub Actions automatically builds .deb and .pkg.tar.zst and attaches them to the release.
(Optional) Deploy APT repo to GitHub Pages:
cd release/packaging/apt-repo
./setup-repo.sh 1.0.0
git checkout gh-pages
cp -r repo/* .
git add . && git commit -m "apt repo v1.0.0" && git push
(Optional) Submit PKGBUILD to AUR for yay -S mosslanding support.
15 commits
Python
46.8%
HTML
30.1%
Swift
14.8%
Shell
7.6%
The best voice-cloning TTS on the planet. Clone any voice, 31 languages, runs 100% offline. Free forever.
1
stars
15
commits
Python
primary language
Jul 7, 2026
updated
Clone any voice from a 5-second sample. Speak 31 languages. Zero cloud. Zero subscription. Zero compromise.
# One command:
curl -fsSL https://xirtus.github.io/MOSSlanding/install-apt.sh | sudo bash
mosslanding
Or manually:
wget https://github.com/xirtus/MOSSlanding/releases/latest/download/mosslanding_latest_amd64.deb
sudo dpkg -i mosslanding_latest_amd64.deb
mosslanding
# Option 1: Download from GitHub Releases
wget https://github.com/xirtus/MOSSlanding/releases/latest/download/mosslanding-1.0.0-1-x86_64.pkg.tar.zst
sudo pacman -U mosslanding-1.0.0-1-x86_64.pkg.tar.zst
mosslanding
# Option 2: Build from AUR (coming soon β PKGBUILD in packaging/arch/)
# git clone https://aur.archlinux.org/mosslanding.git
# cd mosslanding && makepkg -si
# Download DMG from Releases
open https://github.com/xirtus/MOSSlanding/releases/latest
# Drag Mosslanding.app to /Applications
# Download and run installer from Releases
Invoke-WebRequest -Uri "https://github.com/xirtus/MOSSlanding/releases/latest/download/Mosslanding-Setup.exe" -OutFile "Mosslanding-Setup.exe"
.\Mosslanding-Setup.exe
| Format | System | Install Command | Status |
|---|---|---|---|
.deb | Debian / Ubuntu / Mint / Pop!_OS | sudo dpkg -i mosslanding_*.deb | β Available |
.pkg.tar.zst | Arch Linux / Manjaro / EndeavourOS | sudo pacman -U mosslanding-*.pkg.tar.zst | β Available |
.dmg | macOS (Apple Silicon) | Download & drag to Applications | β Available |
.exe / .ps1 | Windows 10/11 | Run installer | β Available |
.AppImage | Any Linux | Download & run | β Available |
| APT Repo | Debian/Ubuntu | sudo apt install mosslanding | π§ Setup required |
π€ Voice Cloning β Drop in any 5β30 second audio clip and it instantly learns the voice. Accent, tone, cadence β all of it.
π 31 Languages β English, Chinese, Japanese, French, Spanish, Arabic, Hindi, Korean and 23 more. Switch mid-sentence.
π― Pinyin / IPA / Phoneme control β Nail every pronunciation. Perfect for names, technical terms, multilingual scripts.
βΈοΈ Pause control β [pause 1.5s] anywhere in your text. Precise timing.
β‘ GPU Accelerated β NVIDIA RTX 2070+ with bfloat16 precision. Apple Silicon via Metal MPS.
π 100% Private β Everything runs on your machine. Your voice samples never leave your device.
| Platform | GPU | Status |
|---|---|---|
| Linux (Debian/Ubuntu) | NVIDIA RTX 2070+ | β |
| Linux (Arch) | NVIDIA RTX 2070+ | β |
| Linux (AppImage) | NVIDIA RTX 2070+ | β |
| macOS (Apple Silicon) | M1/M2/M3/M4 | β |
| Windows 10/11 | NVIDIA RTX 2070+ | β |
Requirements: 8GB+ VRAM, 16GB system RAM, Python 3.10+
git clone https://github.com/xirtus/MOSSlanding
cd MOSSlanding
# Linux
cd release/linux && ./install.sh && mosslanding
# Build packages
cd release/packaging && ./build_all.sh
# Output in release/dist/
release/
βββ linux/ # Linux app source + install scripts
βββ mac/ # macOS SwiftUI app + DMG builder
βββ windows/ # Windows app + PowerShell installer
βββ appimage/ # AppImage builder
βββ packaging/ # Native package builders
β βββ arch/ # PKGBUILD for Arch Linux / pacman
β βββ debian/ # DEBIAN/ control files for .deb
β βββ apt-repo/ # APT repository generator + one-liner installer
β βββ build_all.sh # Build everything in one shot
βββ dist/ # Built packages output
This app is a native desktop launcher for the MOSS-TTS family by OpenMOSS β state-of-the-art open-source TTS that outperforms closed-source models like Doubao and Gemini 2.5 Pro in subjective evaluations.
Models used:
OpenMOSS-Team/MOSS-TTS-v1.5 (~4-6 GB) β voice cloning & direct generationOpenMOSS-Team/MOSS-VoiceGenerator (~1-2 GB) β voice design from text descriptionsOpenMOSS-Team/MOSS-Audio-Tokenizer (~1 GB) β audio encoding/decodingPush a version tag:
git tag v1.0.0
git push origin v1.0.0
GitHub Actions automatically builds .deb and .pkg.tar.zst and attaches them to the release.
(Optional) Deploy APT repo to GitHub Pages:
cd release/packaging/apt-repo
./setup-repo.sh 1.0.0
git checkout gh-pages
cp -r repo/* .
git add . && git commit -m "apt repo v1.0.0" && git push
(Optional) Submit PKGBUILD to AUR for yay -S mosslanding support.
15 commits
Python
46.8%
HTML
30.1%
Swift
14.8%
Shell
7.6%