Skip to content

v1.0.3-3

Choose a tag to compare

@github-actions github-actions released this 29 Dec 16:01
· 41 commits to main since this release

Insomclash Release v1.0.3-3

This release contains pre-built packages for OpenWrt, Debian/Ubuntu, and Arch Linux.

📦 Package Details

  • OpenWrt: .ipk (24.10) and .apk (25.12) packages
  • Debian/Ubuntu: .deb packages for amd64, arm64, armhf
  • Arch Linux: .pkg.tar.zst packages for x86_64, aarch64, armv7h

🚀 How to Install

OpenWrt:

# For 24.10 (IPK)
opkg install insomclash_*.ipk

# For 25.12 (APK)
apk add insomclash-*.apk

Debian/Ubuntu:

sudo dpkg -i insomclash_*.deb
sudo apt-get install -f  # Fix dependencies if needed

Arch Linux:

sudo pacman -U insomclash-*.pkg.tar.zst

See README for full documentation.