Git Product home page Git Product logo

fairhopeweb / desktopui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zerotier/desktopui

0.0 0.0 0.0 41.19 MB

ZeroTier Desktop Tray Application and UI

Home Page: https://zerotier.com

License: Mozilla Public License 2.0

Shell 0.02% C++ 28.63% Python 0.05% C 40.91% Objective-C 20.53% Go 0.17% Assembly 0.09% Rust 8.12% Swift 0.14% Makefile 0.27% HTML 0.22% Batchfile 0.03% Meson 0.82%

desktopui's Introduction

ZeroTier Desktop Tray Application and User Interface

This is the system tray application and user interface for controlling a local ZeroTier service on Windows, macOS, and (soon) Linux systems.

Building

Only macOS and Windows are currently supported. Linux may build but there are still outstanding issues. We're working on full Linux support at least for popular Linux desktop environments that support relatively standard tray application APIs.

macOS

Prerequisites

  • Xcode with standard command line tools and SDKs.
  • Rust (and cargo) with targets x86_64-apple-darwin and aarch64-apple-darwin installed to enable universal binaries to be built.
  • The Meson/Ninja build system (for libui-ng).

To build on macOS you should just be able to type make from the project root. If all the necessary dependencies are present it should build a ZeroTier.app application in the current directory.

Windows

Prerequisites

  • Microsoft Visual Studio 2022 with both 32-bit and 64-bit X86 targets and with appropriate desktop application SDKs.
  • Rust (and cargo) with targets x86_64-pc-windows-msvc and i686-pc-windows-msvc installed.
  • The Meson/Ninja build system (for libui-ng).
  • GCC/G++ with support for both 64-bit and 32-bit builds. Yes, we need both Visual Studio and GCC with GNU make.

To build native applications for Windows, just type make. This assumes that GNU make, GCC, and Cargo are in your path. The result will be two native EXEs in target\x86_64-pc-windows-msvc\release and target\i686-pc-windows-msvc\release. We plan to add native support for Windows on ARM64 soon, both for this UI application and for ZeroTier itself.

Linux, FreeBSD, Other Open Source Desktops

Prerequisites

  • Rust (and cargo) with 2021 edition support
  • gtk-3
  • gdk-3
  • gobject-2.0
  • glib-2.0
  • libappindicator3

Directly Incorporated Third Party Code

The ZeroTier desktop UI uses forked and slightly modified versions of the following third party code:

  • Tray by Serge Zaitsev, forked to slightly modify behavior in regard to loop timeouts and Mac application settings. We also manually applied a pull request that fixes builds on ARM64 macOS. (MIT license)
  • LibUI-ng by Pietro Gagliardi and others. (MIT license)

Other third party dependencies are included in the normal way. See Cargo.toml for these.

License

Licensed under the Mozilla Public License (MPL) version 2.0.

desktopui's People

Contributors

adamierymenko avatar glimberg avatar janjaapbos avatar laduke avatar tas50 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.