xirtus/MOSSlanding

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

github.com/xirtus/MOSSlanding/releases/latest
apple-silicon
macos
moss-tts
offline-ai
tts
voice-cloning

README

πŸ”Š MOSSlanding

The best voice-cloning TTS on the planet. Runs on your machine. Costs nothing.

Clone any voice from a 5-second sample. Speak 31 languages. Zero cloud. Zero subscription. Zero compromise.

Linux macOS Windows License: MIT


πŸš€ Quick Install

Debian / Ubuntu (APT)

# 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

Arch Linux (Pacman)

# 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

macOS

# Download DMG from Releases
open https://github.com/xirtus/MOSSlanding/releases/latest
# Drag Mosslanding.app to /Applications

Windows

# 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

πŸ“¦ Package Formats

FormatSystemInstall CommandStatus
.debDebian / Ubuntu / Mint / Pop!_OSsudo dpkg -i mosslanding_*.debβœ… Available
.pkg.tar.zstArch Linux / Manjaro / EndeavourOSsudo pacman -U mosslanding-*.pkg.tar.zstβœ… Available
.dmgmacOS (Apple Silicon)Download & drag to Applicationsβœ… Available
.exe / .ps1Windows 10/11Run installerβœ… Available
.AppImageAny LinuxDownload & runβœ… Available
APT RepoDebian/Ubuntusudo apt install mosslanding🚧 Setup required

🎯 Features

🎀 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.


πŸ–₯️ Platforms

PlatformGPUStatus
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/11NVIDIA RTX 2070+βœ…

Requirements: 8GB+ VRAM, 16GB system RAM, Python 3.10+


πŸ”§ Build from Source

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/

πŸ“ Repository Structure

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

πŸ—οΈ Built on MOSS-TTS

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 generation
  • OpenMOSS-Team/MOSS-VoiceGenerator (~1-2 GB) β€” voice design from text descriptions
  • OpenMOSS-Team/MOSS-Audio-Tokenizer (~1 GB) β€” audio encoding/decoding

🚒 Creating a Release

  1. Push a version tag:

    git tag v1.0.0
    git push origin v1.0.0
    
  2. GitHub Actions automatically builds .deb and .pkg.tar.zst and attaches them to the release.

  3. (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
    
  4. (Optional) Submit PKGBUILD to AUR for yay -S mosslanding support.


Free. Open source. No accounts. No limits.

Contributors

xirtus

15 commits

xirtus/MOSSlanding

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

github.com/xirtus/MOSSlanding/releases/latest
apple-silicon
macos
moss-tts
offline-ai
tts
voice-cloning

README

πŸ”Š MOSSlanding

The best voice-cloning TTS on the planet. Runs on your machine. Costs nothing.

Clone any voice from a 5-second sample. Speak 31 languages. Zero cloud. Zero subscription. Zero compromise.

Linux macOS Windows License: MIT


πŸš€ Quick Install

Debian / Ubuntu (APT)

# 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

Arch Linux (Pacman)

# 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

macOS

# Download DMG from Releases
open https://github.com/xirtus/MOSSlanding/releases/latest
# Drag Mosslanding.app to /Applications

Windows

# 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

πŸ“¦ Package Formats

FormatSystemInstall CommandStatus
.debDebian / Ubuntu / Mint / Pop!_OSsudo dpkg -i mosslanding_*.debβœ… Available
.pkg.tar.zstArch Linux / Manjaro / EndeavourOSsudo pacman -U mosslanding-*.pkg.tar.zstβœ… Available
.dmgmacOS (Apple Silicon)Download & drag to Applicationsβœ… Available
.exe / .ps1Windows 10/11Run installerβœ… Available
.AppImageAny LinuxDownload & runβœ… Available
APT RepoDebian/Ubuntusudo apt install mosslanding🚧 Setup required

🎯 Features

🎀 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.


πŸ–₯️ Platforms

PlatformGPUStatus
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/11NVIDIA RTX 2070+βœ…

Requirements: 8GB+ VRAM, 16GB system RAM, Python 3.10+


πŸ”§ Build from Source

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/

πŸ“ Repository Structure

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

πŸ—οΈ Built on MOSS-TTS

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 generation
  • OpenMOSS-Team/MOSS-VoiceGenerator (~1-2 GB) β€” voice design from text descriptions
  • OpenMOSS-Team/MOSS-Audio-Tokenizer (~1 GB) β€” audio encoding/decoding

🚒 Creating a Release

  1. Push a version tag:

    git tag v1.0.0
    git push origin v1.0.0
    
  2. GitHub Actions automatically builds .deb and .pkg.tar.zst and attaches them to the release.

  3. (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
    
  4. (Optional) Submit PKGBUILD to AUR for yay -S mosslanding support.


Free. Open source. No accounts. No limits.

Contributors

xirtus

15 commits

Languages

Python

46.8%

HTML

30.1%

Swift

14.8%

Shell

7.6%