The Ultimate Universal Proxy Platform
A powerful, high-performance core for the Hiddify ecosystem, supporting all major protocols and platforms.
Install hiddify-core on any Linux platform (Ubuntu, Debian, CentOS, OpenWrt, and more) with a single command:
bash <(curl https://i.hiddify.com/core)or
bash <(curl -Ls https://raw.githubusercontent.com/hiddify/hiddify-core/main/installer.sh)Note
This script automatically detects your OS and architecture, installs the appropriate binary, and configures the service manager (Systemd or Procd).
- π Multi-Protocol Support: Naive, Mieru, Hysteria, SOCKS, Shadowsocks, ShadowTLS, Tor, Trojan, VLess, VMess, WireGuard, and more.
- π± Cross-Platform: Powering Hiddify on Android, macOS, Linux, Windows, and iOS.
- π Extension System: Powerful third-party extension capability to modify configs and add custom features.
- β‘ High Performance: Optimized core built on top of
sing-boxfor maximum speed and stability. - π Router Ready: Native support for OpenWrt and other router platforms.
Quickly deploy as a containerized service:
# Pull image
docker pull ghcr.io/hiddify/hiddify-core:latest
# Or using Docker Compose
git clone https://github.com/hiddify/hiddify-core
cd hiddify-core/docker
docker-compose up -dFor manual installation or advanced configuration on OpenWrt, refer to our OpenWrt Setup Guide.
An extension is something that can be added to hiddify application by a third party. It will add capability to modify configs, do some extra action, show and receive data from users.
This extension will be shown in all Hiddify Platforms such as Android/macOS/Linux/Windows/iOS
Features and Road map:
- Add Third Party Extension capability
- Test Extension from Browser without any dependency to android/mac/....
./cmd.sh extensionthe open browserhttps://127.0.0.1:12346 - Show Custom UI from Extension
github.com/hiddify/hiddify-core/extension.UpdateUI() - Show Custom Dialog from Extension
github.com/hiddify/hiddify-core/extension.ShowDialog() - Show Alert Dialog from Extension
github.com/hiddify/hiddify-core/extension.ShowMessage() - Get Data from UI
github.com/hiddify/hiddify-core/extension.SubmitData() - Save Extension Data from
e.Base.Data - Load Extension Data to
e.Base.Data - Disable / Enable Extension
- Update user proxies before connecting
github.com/hiddify/hiddify-core/extension.BeforeAppConnect() - Run Tiny Independent Instance
github.com/hiddify/hiddify-core/extension/sdk.RunInstance() - Parse Any type of configs/url
github.com/hiddify/hiddify-core/extension/sdk.ParseConfig() - ToDo: Add Support for MultiLanguage Interface
- ToDo: Custom Extension Outbound
- ToDo: Custom Extension Inbound
- ToDo: Custom Extension ProxyConfig
Demo Screenshots from HTML: