I see on product homepage iOS is supported, yet fo...
# client
d
I see on product homepage iOS is supported, yet for the life of me cannot find any additional documentation, or reference in App Store. What am I missing?
b
Phones (android and iOS) are only supported as external clients. Just use the official wireguard app and use the ext client QR code (or download the config file)
f
@bored-island-21407 Is there an update on when the Mac package is being released with the GUI? The docs note that it's available from 0.14.0 but the link is missing and I can't find it in github releases
b
GitHub releases for Darwin/windows include GUI as does the homebrew and macos packages
f
@bored-island-21407 how do you launch the GUI? Installing view brew or downloading
netclient-darwin-arm64
or even
netclient-0.14.3-1-x86_64.pkg.tar.zst
seems to only come with a CLI binary and not any form of GUI
b
Just run netclient with no arguments
f
Copy code
➜ sudo netclient
Password:
NAME:
   Netclient - Netmaker's netclient agent and CLI.

USAGE:
   netclient [global options] command [command options] [arguments...]. Adjust verbosity of given command with -v, -vv or -vvv (max).

VERSION:
   v0.14.3

DESCRIPTION:
   Used to perform interactions with Netmaker server and set local WireGuard config.

COMMANDS:
   join       Join a Netmaker network.
   leave      Leave a Netmaker network.
   pull       Pull latest configuration and peers from server.
   list       Get list of networks.
   uninstall  Uninstall the netclient system service.
   daemon     run netclient as daemon
   help, h    Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help (default: false)
   --version, -v  print the version (default: false)