FreeGuard VPN
होमVPN नोड्सडाउनलोडमूल्य निर्धारण

Free VPN for Linux — FreeGuard CLI (no GUI client today)

FreeGuard for Linux ships as a CLI tool only, no desktop GUI. Install via our install script, Homebrew, or GitHub Releases. x86_64 and arm64 supported.

Linux पर, FreeGuard केवल CLI टूल के रूप में शिप होता है। आज Linux के लिए कोई GUI क्लाइंट उपलब्ध नहीं है। हमारे install script, Homebrew, या GitHub Releases से binary डाउनलोड करके install करें। x86_64 और arm64 distros पर काम करता है।

Linux उपलब्धता: केवल CLI, आज कोई GUI नहीं

हमारा Linux offering mihomo core पर आधारित एक Go-based command-line client है। हम इस समय Linux desktop GUI प्रकाशित नहीं करते। अगर आपको GUI चाहिए, तो Windows या Mac app का उपयोग करें।

FreeGuard का Linux client freeguard CLI है, जो major x86_64 और arm64 Linux distributions के लिए एक single binary के रूप में distributed है। यह login, node selection, connection, routing rules, और autostart — सब terminal से handle करता है।

हम वर्तमान में Linux desktop GUI ship नहीं करते। अगर आपको desktop UI चाहिए, तो FreeGuard Windows या Mac apps विकल्प हैं।

Linux पर FreeGuard वास्तव में कैसे install करें

तीन समर्थित install paths: हमारा install script, Homebrew, या GitHub Releases. कोई official apt, dnf, या pacman repositories नहीं हैं।

Install script (recommended):

curl -fsSL https://downloadcli.freeguardvpn.com/cli/install.sh | sh

Homebrew:

brew install planetlinkinc/tap/freeguardvpn

Direct binary: अपने architecture के लिए release artifact को GitHub Releases से डाउनलोड करें।

हम distribution repositories के माध्यम से .deb, .rpm, या Arch packages प्रकाशित नहीं करते, और किसी upstream repo में apt install freeguard / dnf install freeguard / pacman -S freeguard entry नहीं है।

Linux CLI में वास्तव में कौन-सी सुविधाएँ ship होती हैं

  • Protocols: anytls, hysteria2, trojan — freeguard config के माध्यम से configurable
  • Node selection: freeguard connect <alias> (जैसे freeguard connect la2, hk1) या automatic “best node” mode
  • Routing rules: custom routing rules जोड़ने और सूचीबद्ध करने के लिए freeguard rule subcommand
  • Autostart: freeguard autostart enable ~/.config/systemd/user/freeguard.service पर एक systemd user service install करता है (root daemon की आवश्यकता नहीं)
  • Diagnostics: freeguard doctor आपका environment check करता है
  • Status/monitor: live connection info के लिए freeguard status और freeguard monitor

एक अलग desktop kill-switch toggle और per-app split tunneling CLI commands के रूप में उपलब्ध नहीं हैं।

शुरुआत कैसे करें

  1. Step 1: curl -fsSL https://downloadcli.freeguardvpn.com/cli/install.sh | sh चलाएँ
  2. Step 2: freeguard init चलाएँ और अपने free account से log in करें
  3. Step 3: freeguard connect चलाएँ (या किसी specific node के लिए freeguard connect la2 आदि)

अक्सर पूछे जाने वाले प्रश्न

क्या FreeGuard का Linux GUI application है?

नहीं। आज Linux offering केवल freeguard CLI है। Linux पर desktop GUI नहीं है। अगर आपको GUI चाहिए, तो Windows या Mac app का उपयोग करें।

क्या मैं अपने distribution के package manager से FreeGuard install कर सकता हूँ?

Official distribution repos से नहीं। हमारा install script (install.sh), Homebrew, या GitHub Releases से binary डाउनलोड करें। हम वर्तमान में apt, dnf, pacman, या AUR पर publish नहीं करते।

क्या CLI headless servers और Docker पर काम करता है?

हाँ। CLI एक single Go binary है जिसमें GUI dependencies नहीं हैं। यह SSH sessions, containers, और minimal base images पर चलता है, बशर्ते container के पास TUN device बनाने के लिए आवश्यक network capabilities हों।

क्या मैं FreeGuard को boot पर automatically start कर सकता हूँ?

हाँ। freeguard autostart enable ~/.config/systemd/user/freeguard.service पर एक systemd user service install करता है। यह आपके user के तहत चलता है, root daemon के रूप में नहीं।

कौन-सी architectures समर्थित हैं?

x86_64 और arm64 Linux। दोनों के releases GitHub Releases पर प्रकाशित होते हैं और install script के माध्यम से उपलब्ध कराए जाते हैं।

कौन-सी Linux distributions समर्थित हैं?

कोई भी modern Linux जिसमें recent kernel हो, काम करना चाहिए क्योंकि CLI एक single self-contained binary के रूप में ship होता है। हम मुख्य रूप से Ubuntu और Debian पर test करते हैं।

क्या Linux CLI desktop apps के समान protocols सपोर्ट करता है?

हाँ। anytls, hysteria2, और trojan सभी CLI में supported हैं, और वही underlying mihomo core उपयोग होता है जो Windows और Mac apps में है।

मैं CLI को uninstall कैसे करूँ?

अगर install script के माध्यम से install किया है, तो /usr/local/bin (या आपके install prefix) से freeguard binary हटाएँ और ~/.config/freeguard delete करें। Homebrew के लिए brew uninstall freeguardvpn चलाएँ। systemd user service के लिए, पहले freeguard autostart disable चलाएँ।

अंतिम सत्यापन: 2026-04-15