Note
The feed url has moved from https://fantastic-packages.github.io/packages/releases/ to https://fantastic-packages.github.io/releases/
master: Stable branch. No push --force. Compatible with the minimum version of OpenWrt that is not EOL.
$Verioson: Often push --force. Compatible with specific OpenWrt versions. For example, 24.10.
snapshot: Often push --force. Not often used, only used to complete compatibility work before a breaking changes releases. For example, package management switches from opkg to apk.
Choose one of the following methods:
- Add to
feeds.conf.default
umask 022
git clone --branch master --no-tags --recurse-submodules https://github.com/fantastic-packages/packages.git fantastic_packages
cd fantastic_packages
# git remote update -p
git submodule update --init --recursive
cd ..
cat <<-EOF >> feeds.conf.default
src-link fantastic_packages_packages fantastic_packages/feeds/packages
src-link fantastic_packages_luci fantastic_packages/feeds/luci
src-link fantastic_packages_special fantastic_packages/feeds/special
EOF
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfigOR
cat <<-EOF >> feeds.conf.default
src-git fantastic_packages https://github.com/fantastic-packages/packages.git;24.10
EOF
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig- Pull in the src/sdk directory
umask 022
git clone --depth 1 --branch master --single-branch --no-tags --recurse-submodules https://github.com/fantastic-packages/packages package/fantastic_packages
make menuconfig| Packages | Description |
|---|---|
| fantastic-keyring | fantastic-packages Developer Keyring |
| fantastic-packages-feeds | Installer for fantastic-packages feeds |
| luci-app-alwaysonline | Hijack/bypass Windows NCSI and iOS portal detection |
| luci-app-bandix | A powerful OpenWrt LuCI application for network traffic monitoring. |
| luci-app-change-mac | MAC address randomizer for LuCI |
| luci-app-cpu-perf | CPU performance information and management for LuCI |
| luci-app-cpu-status | CPU utilization info for the LuCI status page |
| luci-app-cpu-status-mini | CPU utilization info for the LuCI status page |
| luci-app-diskman | A Simple Disk Manager for LuCI |
| luci-app-disks-info | Information about connected disk devices (partitions, filesystems, SMART) for LuCI |
| luci-app-dnsproxy | A simple DNS proxy server |
| luci-app-einat | LuCI Support for einat-ebpf |
| luci-app-fakehttp | LuCI Support for fakehttp |
| luci-app-interfaces-statistics | Network interfaces statistics for LuCI |
| luci-app-internet-detector | Internet detector for OpenWrt |
| luci-app-ipinfo | LuCI support for ip.guide |
| luci-app-log-viewer | Advanced syslog and kernel log (tail, search, etc) for LuCI |
| luci-app-natmapt | TCP/UDP port mapping for LuCI |
| luci-app-natter | TCP/UDP hole punching tool for LuCI |
| luci-app-netdata | Netdata for LuCI |
| luci-app-netspeedtest | Network Speed Test LuCI |
| luci-app-packagesync | Used to build a local mirror feeds source on the router |
| luci-app-pcap-dnsproxy | A DNS server for LuCI |
| luci-app-qbittorrent | qBittorrent - A BitTorrent client in Qt6 |
| luci-app-ssrust | ssrust server |
| luci-app-temp-status | Temperature sensors data for the LuCI status page |
| luci-app-tinyfilemanager | Web based File Manager in PHP |
| luci-app-tn-netports | Network ports status LuCI |
| luci-app-xray | (Almost) full feature Xray client for OpenWrt |
| luci-theme-argon | A clean and tidy OpenWrt LuCI theme |
| luci-app-argon-config | Argon Theme Config Plugin |
| openwrt-alwaysonline | Hijack/bypass Windows NCSI and iOS portal detection |
| openwrt-bandix | A dependency package for luci-app-bandix that provides core network traffic monitoring. |
| openwrt-einat-ebpf | eBPF-based Endpoint-Independent NAT |
| openwrt-fastfetch | Fetch and display system information |
| openwrt-fakehttp | Obfuscate all your TCP connections into HTTP protocol for OpenWrt |
| openwrt-fchomo | FullCombo Mihomo supplies maximum customization on OpenWrt |
| openwrt-go-stun | A GO STUN client |
| openwrt-natmapt | TCP/UDP port mapping for full cone NAT |
| openwrt-Natter | TCP/UDP hole punching tool |
| openwrt-netdata-ssl | Real-time performance monitoring tool |
| openwrt-Pcap_DNSProxy | Pcap_DNSProxy for OpenWrt/LEDE |
| openwrt-php-nginx | PHP with Nginx as Webserver |
| openwrt-plain-nginx | Read text document directly |
| openwrt-rgmac | a simple random MAC address generator for OpenWRT |
| openwrt-scart | scart on OpenWrt |
| openwrt-shadowsocks-rust | A Rust port of shadowsocks |
| openwrt-speedtest-go | CLI and Go API to Test Internet Speed using speedtest.net |
| openwrt-stuntman | an open source STUN server and client code by john selbie |
| openwrt-Toolkit | DNS Toolkit |