Skip to content

v1.0.3-2

Choose a tag to compare

@github-actions github-actions released this 13 Dec 20:55
· 52 commits to main since this release

Insomclash Release v1.0.3-2

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

📦 Package Details

  • OpenWrt: .ipk (Stable 24.10) and .apk (Snapshot) 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 stable (24.10)
opkg install insomclash_*.ipk

# For snapshot
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.