Freeplane
Silent install package for Freeplane
1.13.1-14
Utilities
Utilities
- package: tis-freeplane
- name: Freeplane
- version: 1.13.1-14
- categories: Utilities
- maintainer: WAPT Team,Tranquil IT,Simon Fonteneau,Jimmy PELÉ,Jordan ARNAUD,Bertrand Lemoigne
- editor: Dimitry Polivaev, et al.
- licence: opensource_free,wapt_public
- locale: all
- target_os: debian_based
- impacted_process: freeplane,freeplaneConsole
- architecture: all
- signature_date:
- size: 70.31 Mo
- installed_size: 209.32 Mo
- homepage : https://docs.freeplane.org/
package : tis-freeplane
version : 1.13.1-14
architecture : all
section : base
priority : optional
name : Freeplane
categories : Utilities
maintainer : WAPT Team,Tranquil IT,Simon Fonteneau,Jimmy PELÉ,Jordan ARNAUD,Bertrand Lemoigne
description : Freeplane is a free and open source software application that supports thinking, sharing information, getting things done at work, in school and at home. It provides you a set of tools for mind mapping
depends :
conflicts :
maturity : PROD
locale : all
target_os : debian_based
min_wapt_version : 2.3
sources : https://github.com/freeplane/freeplane
installed_size : 209323766
impacted_process : freeplane,freeplaneConsole
description_fr : Freeplane est un logiciel libre et gratuit qui aide à réfléchir, à partager des informations et à faire avancer les choses au travail, à l'école et à la maison. Il fournit un ensemble d'outils pour la cartographie mentale
description_pl : Freeplane to darmowa aplikacja o otwartym kodzie źródłowym, która wspiera myślenie, dzielenie się informacjami, załatwianie spraw w pracy, w szkole i w domu. Zapewnia zestaw narzędzi do tworzenia map myśli
description_de : Freeplane ist eine freie und quelloffene Softwareanwendung, die das Denken, den Austausch von Informationen und das Erledigen von Aufgaben bei der Arbeit, in der Schule und zu Hause unterstützt. Es bietet Ihnen eine Reihe von Werkzeugen für Mindmapping
description_es : Freeplane es una aplicación de software libre y de código abierto que ayuda a pensar, compartir información y hacer cosas en el trabajo, en la escuela y en casa. Le proporciona un conjunto de herramientas para la creación de mapas mentales
description_pt : O Freeplane é uma aplicação de software gratuita e de código aberto que apoia o pensamento, a partilha de informações e a realização de tarefas no trabalho, na escola e em casa. Fornece-lhe um conjunto de ferramentas para mapas mentais
description_it : Freeplane è un'applicazione software gratuita e open source che supporta il pensiero, la condivisione di informazioni e la realizzazione di attività al lavoro, a scuola e a casa. Fornisce una serie di strumenti per la mappatura della mente
description_nl : Freeplane is een gratis en open source softwaretoepassing die het denken ondersteunt, informatie deelt en dingen gedaan krijgt op het werk, op school en thuis. Het biedt een set hulpmiddelen voor mindmapping
description_ru : Freeplane - это бесплатное программное приложение с открытым исходным кодом, которое помогает думать, обмениваться информацией, добиваться результатов на работе, в школе и дома. Оно предоставляет вам набор инструментов для составления карт ума
audit_schedule :
editor : Dimitry Polivaev, et al.
keywords : freeplane,mind,maps,idea,ideas,electronic,outlines,outline
licence : opensource_free,wapt_public
homepage : https://docs.freeplane.org/
package_uuid : 02911d35-ee60-4eb6-a97b-25479432fcf9
valid_from :
valid_until :
forced_install_on :
changelog : https://www.freeplane.org/info/history/history_en.txt
min_os_version :
max_os_version :
icon_sha256sum : 85f385cea79a373d7dd5e18e2357c2b038653f8d15425d2145591ee29cbb1607
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2026-02-25T15:28:16.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 : R+XCtnG9SblTm7sdNIw/PjHSvoEyxpyVXz7WVc859Rh6JwBXDpa+iTB3jHk2YgFNMNjHy8LOR9sAo7/a9RzjdivhmbWuQlc0SCsm9EGvrtTeivf8btaY9avzWeW3unxZw0Q6pW+Lril3/9nOpmk6u8/hfHCQ7twc1dsvwjF+BS8zaj3YACk9hbUfh4hY/7qMZgFy7wsuJVIqMi1QrBgFul9Bu3Uj/E/1XlWfZHlz2I/vAVhwz9WxwYxisv1M1SSKdY0kmUzHrH5jvOst52XaS5mnLRbJq9j4+g2L9pGmaCJaO+9eaUEGIzH9vWHg5DCNjLIwHbmpFCFVIOfAtmDSbQ==
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
install_deb(glob.glob("*.deb")[0])
def uninstall():
uninstall_apt("freeplane")
# -*- coding: utf-8 -*-
from setuphelpers import *
def update_package():
# Declaring local variables
package_updated = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
app_name = control.name
git_repo = "freeplane/freeplane"
url_api = f"https://api.github.com/repos/{git_repo}/releases/latest"
print("API used is: %s" % url_api)
json_load = wgets(url_api, proxies=proxies, as_json=True)
version = json_load["tag_name"].strip('release-')
download_dict = {
'windows-x64': f'Freeplane-Setup-{version}.exe',
'debian_based-all': f'freeplane_{version}.upstream-1_all.deb',
'darwin-x64': f'Freeplane-{version}-intel.dmg',
'darwin-arm': f'Freeplane-{version}-apple.dmg'
}
os_type = control.target_os + "-" + ensure_list(control.architecture)[0]
for download in json_load["assets"]:
if download["name"] == download_dict[os_type]:
download_url = download["browser_download_url"]
latest_bin = download["name"]
latest_bin_extension = latest_bin.rsplit('.', 1)[-1]
break
# Downloading latest binaries
print(f"Latest {app_name} version is: {version}")
print(f"Download URL is: {download_url}")
if not isfile(latest_bin):
print(f"Downloading: {latest_bin}")
wget(download_url, latest_bin, proxies=proxies)
else:
print(f"Binary is present: {latest_bin}")
# Changing version of the package
if Version(version) > Version(control.get_software_version()):
print(f"Software version updated (from: {control.get_software_version()} to: {Version(version)})")
package_updated = True
else:
print(f"Software version up-to-date ({Version(version)})")
for f in glob.glob(f'*.{latest_bin_extension}'):
if f != latest_bin:
remove_file(f)
control.set_software_version(version)
control.save_control_to_wapt()
return package_updated
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
d5704fd45ef11958290c1dd7d0329e81722aa6c36b5901dae668e9b9b1da35b7 : WAPT/control
85f385cea79a373d7dd5e18e2357c2b038653f8d15425d2145591ee29cbb1607 : WAPT/icon.png
72fc97e8063b03c99b1527ada6ff52206c66ea178dfe0caa4ed6cf1196546f22 : freeplane_1.13.1.upstream-1_all.deb
66ad98900eddb6caaf985c31c4bfd5fa5a3d6606679a82c02a6d4d0a0c7361a7 : luti.json
18043c6a0b36c75da47252adc6aa32a6175f6a87c8103fdb75c9e1f6c9aa0c66 : setup.py
46674b7946762ac7ff7496f4ef8dcd91b983009113d5ea0839c60d467deeab19 : update_package.py