Freeplane
Paquet d’installation silencieuse pour Freeplane
1.13.2-14
Utilities
Utilities
- package: tis-freeplane
- name: Freeplane
- version: 1.13.2-14
- categories: Utilities
- maintainer: WAPT Team,Tranquil IT,Simon Fonteneau,Jimmy PELÉ,Bertrand Lemoigne
- editor: Dimitry Polivaev, et al.
- licence: opensource_free,wapt_public
- locale: all
- target_os: windows
- impacted_process: freeplane,freeplaneConsole
- architecture: x64
- signature_date:
- size: 105.57 Mo
- installed_size: 209.32 Mo
- homepage : https://docs.freeplane.org/
package : tis-freeplane
version : 1.13.2-14
architecture : x64
section : base
priority : optional
name : Freeplane
categories : Utilities
maintainer : WAPT Team,Tranquil IT,Simon Fonteneau,Jimmy PELÉ,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 : windows
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 : a3f63090-8ebb-40f5-ac19-0435839aa1d7
valid_from :
valid_until :
forced_install_on :
changelog : https://www.freeplane.org/info/history/history_en.txt
min_os_version : 10
max_os_version :
icon_sha256sum : 85f385cea79a373d7dd5e18e2357c2b038653f8d15425d2145591ee29cbb1607
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2026-02-28T20:06:02.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 : ZSN45qXLAduhA7VKP472b9jGyJwoVEVFu3ngKCCwaMqaDu668RdGTF2l/NEug731BfWpqk57TqCsTmPommF7c/5H04G1SvQSqDRtSR4LgloYCGk5l2iuPGmc8MhTvNf0ChLax2lphVpWuvchBnV7JZ6TzzhJ3BpyvGAH5y+FaKfyGQF798Eo5VRodAPT69+3bynTjcghGAAAxpkO9x91akVlTNR+YlBHTwPMhK+574k26ck1pBQXik9e/3zWDSrVlPXT5FjNSG/t+FmVDA3QTWniURPWbAxjv9gZn80pZ0X7OAmS0ZmM49IeLMXoif2d6X9PoD+cj0TW9P8WTWTGpg==
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
bin_name = glob.glob("Freeplane-Setup-*.exe")[0]
install_exe_if_needed(
bin_name,
silentflags="/VERYSILENT /SUPPRESSMSGBOXES /NORESTART",
key="{D3941722-C4DD-4509-88C4-0E87F675A859}_is1",
min_version=control.get_software_version()
)
# -*- 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
cdaeeb2edea191692bbace15fac713cdc734cc10109d8f9b7cf4232ecce01120 : Freeplane-Setup-1.13.2.exe
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
1057a6839e6f8c253385e96b835276110516f8ea5b3efbdda7a9d43b499b20d4 : WAPT/changelog.txt
fa3463f828af7a676a0f2afbebbebfdf09481ac825043b467d734f7d5aa4e39c : WAPT/control
85f385cea79a373d7dd5e18e2357c2b038653f8d15425d2145591ee29cbb1607 : WAPT/icon.png
292eebf207a28ca9ff7175e361fcc6787e75f7d7d7ba17c2dda2f4b40d55982a : luti.json
46f6334ca652f1e97617d3d956e515bc0af16c4d81bc150cefa97bd43110370e : setup.py
46674b7946762ac7ff7496f4ef8dcd91b983009113d5ea0839c60d467deeab19 : update_package.py
https://www.freeplane.org/info/history/history_en.txt
1.11.4-10
===
Java now included