-
What Operating System(s) are you running on?Linux X11 Which Wayland compositor or X11 Window manager(s) are you using?No response WezTerm version20240203-110809-5046fc22 Ask your question!Hi, I'm trying to use Wezterm multiplexing on a remote Linux server to which I don't have full permissions. Is there a way to run the Wezterm multiplexing daemon without building the whole wezterm project ? Is it achievable ? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
If you're trying to build from source you can build "wezterm-mux-server", and the "wezterm" executable which you'll also need :
This will avoid building the wezterm-gui executable, which isn't required on the remote server. You can find the binaries in the "target/release" directory. |
Beta Was this translation helpful? Give feedback.
-
Compiling your own is likely to have the best compatibility with your system, but: Ubuntu binaries can be found in a tarball (not in a deb) on the "Raw" section of the download page here: https://wezfurlong.org/wezterm/install/linux.html#__tabbed_1_10 |
Beta Was this translation helpful? Give feedback.
If you're trying to build from source you can build "wezterm-mux-server", and the "wezterm" executable which you'll also need :
This will avoid building the wezterm-gui executable, which isn't required on the remote server. You can find the binaries in the "target/release" directory.