
XPipe
Paquet d’installation silencieuse pour XPipe
18.4-1
- package: tis-xpipe
- name: XPipe
- version: 18.4-1
- maintainer: Jordan ARNAUD
- target_os: darwin
- architecture: x64
- signature_date:
- size: 206.95 Mo
- homepage : https://xpipe.io/
package : tis-xpipe
version : 18.4-1
architecture : x64
section : base
priority : optional
name : XPipe
categories :
maintainer : Jordan ARNAUD
description : Hub for centralized connections (SSH, PowerShell, Dockers, etc.) and remote system administration
depends :
conflicts :
maturity : PROD
locale :
target_os : darwin
min_wapt_version :
sources :
installed_size :
impacted_process :
description_fr : Hub pour centraliser des connexion (SSH, PowerShell, Dockers, etc...) et administrer des système à distance
description_pl : Hub do centralizacji połączeń (SSH, PowerShell, Dockers itp.) i administrowania zdalnymi systemami
description_de : Hub, um Verbindungen zu zentralisieren (SSH, PowerShell, Dockers, etc.) und Systeme aus der Ferne zu verwalten
description_es : Hub para centralizar conexiones (SSH, PowerShell, Dockers, etc.) y administrar sistemas remotos
description_pt : Hub para centralizar ligações (SSH, PowerShell, Dockers, etc.) e administrar sistemas remotos
description_it : Hub per la centralizzazione delle connessioni (SSH, PowerShell, Docker, ecc.) e l'amministrazione di sistemi remoti
description_nl : Hub voor het centraliseren van verbindingen (SSH, PowerShell, Dockers, enz.) en het beheren van externe systemen
description_ru : Концентратор для централизации подключений (SSH, PowerShell, Dockers и т. д.) и администрирования удаленных систем
audit_schedule :
editor :
keywords :
licence :
homepage : https://xpipe.io/
package_uuid : 86a59b47-ae0c-49a0-a632-a97054ddef45
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : 1922a912047a3e311d8e87c77ea4a4fbce9f31baf03f32d178c14d7898948d86
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2025-09-10T00:27:54.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature : rQI7rZ5bP5epLYyJBLBkkafARM7+HgnKnBwuR0nthkf7Eok0iSlz1dmHDh3Q6riVmWF3Cjcr3w29B9dp2p3cm2dvNpOVHNukX0TPHPI+FRGQXz49kSKzTHRrg7Y/mxiVlR5datOxaWckNuZovBtojn4GF1yZEf+F9B4Pa/tNwqnd9PwgGSo4Vv/B1D5MpbGnlb603I7KnVTnD5PZnZ1n/X3tDT7C9/qCJ962WUmTeDDTq7k0GcZdmcUWe5St1q2qn6YV64c68cHa1v65SSNQ6e6QIHrGLx23+hD3rosCQDBvHnOaze0o17yIsZ6IdthQ8Eg7GNTuB3uhiO9/CgOcUg==
# -*- coding: utf-8 -*-
##################################################
# This file is part of WAPT Enterprise
# All right reserved, (c) Tranquil IT Systems 2023
# For more information please refer to
# https://wapt.tranquil.it/store/licences.html
##################################################
from setuphelpers import *
def install():
install_dmg(glob.glob("xpipe*.dmg")[0])
def uninstall():
remove_tree("/Applications/XPipe.app")
# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import json
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def update_package():
result = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
git_repo = "xpipe-io/xpipe"
url_api = "https://api.github.com/repos/%s/releases/latest" % git_repo
# Getting latest version information from official sources
print("API used is: %s" % url_api)
json_load = json.loads(wgets(url_api, proxies=proxies))
for download in json_load["assets"]:
if download["browser_download_url"].endswith('x86_64.dmg'):
url_dl = download["browser_download_url"]
version = json_load["name"]
filename = download["name"]
break
if not isfile(filename):
package_updated = True
print(f"Downloading " + filename)
wget(url_dl,filename,proxies=proxies)
#nettoyer les fichiers temporaires
for f in glob.glob('*.dmg'):
if f != filename:
remove_file(f)
control.set_software_version(version)
control.save_control_to_wapt()
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
e9ab8bb6dd893b1a4ce51f739ba9b8ed971c18a8ba8121099fa253d49a73eca6 : WAPT/control
1922a912047a3e311d8e87c77ea4a4fbce9f31baf03f32d178c14d7898948d86 : WAPT/icon.png
1f46a4b46ec1c78f6f4e935018d2039a273a4ef8198fade69cea1ebf1e5dff79 : luti.json
80b994a9ba9aed3db74ae1f3462201948db4d2bf239d52b1f57616ff25d4e9c6 : setup.py
d532ec1173da5c6480641c98487452d78d14eb18f8f2b02ecff5b2ad9606a19a : update_package.py
d5371a4d28e78a05f8ef668ff4fd53b01e348d832e6314e0e21fbbf38411a343 : xpipe-portable-macos-x86_64.dmg