- package: tis-freeplane
- name: Freeplane
- version: 1.12.13-10
- 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: all
- signature_date:
- size: 97.09 Mo
- installed_size: 209.32 Mo
- homepage : https://docs.freeplane.org/
package : tis-freeplane
version : 1.12.13-10
architecture : all
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://sourceforge.net/projects/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 : 956837c4-7b0e-4620-9117-b0e10758c240
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 : 2025-08-30T13:09:37.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 : OyYHjmgAdueeQdfaI4Dh9QxTH2jH6smrbU/nC4nYMRMAhRswFMYGW+A4hphPcGppSkVAyZ4NOYwkbAcQO8+5JzKNpdJdaBRJeq3vQLgQHaihvtLvvZi6di/igTefYd8gz/SYatuezh4b+s99pdFraaVAfUS0picv/hnFmgtP5DTrtxPRKQ7PhIMv+98Y86CvfNntMuz+EUfoQcgbffMHo0mEUgL1gT8DY38d6LBeykG6itmMpoTNFtZI4YSdMQoResxpRC90VnWyq/45RmocZ4U5eWzHTo2FenINA8Xg2A9CYrWa6xFIcw52bptlhBAQiS8KH5ey7q+XyNJfuTcEsw==
# -*- 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(),
timeout=600,
)
# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import waptlicences
def table_to_dict(table):
return {
a.get_text(strip=True): a.get("href")
for row in table.find("tbody").find_all("tr")[2:]
for th in row.find_all("th")
for a in [th.find("a")] if a
}
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
base_url = "https://sourceforge.net/projects/freeplane/files/freeplane%20stable/"
user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0"
source_forge_releases = table_to_dict(bs_find(base_url, 'table', user_agent=user_agent))
history_filename = next(item for item in source_forge_releases if "history_en" in item)
version = history_filename.split('-')[-1].removesuffix('.txt')
download_dict = {
'windows-all': 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]
latest_bin = next(item for item in source_forge_releases if download_dict[os_type] == item)
download_url = source_forge_releases[latest_bin]
latest_bin_extension = latest_bin.rsplit(".", 1)[-1]
# 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, target=latest_bin, proxies=proxies)
else:
print(f"Binary is present: {latest_bin}")
expected_issuer = "Open Source Developer, Dimitry Polivaev"
sign_name = waptlicences.check_msi_signature(latest_bin)[0]
if sign_name != expected_issuer:
error(f'Bad issuer {sign_name} != {expected_issuer} ')
# 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
76cf18eb2e14e23b5db47f41d9f0f3fc01d20b13d11468fea9cac06563d59502 : Freeplane-Setup-1.12.13.exe
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
1057a6839e6f8c253385e96b835276110516f8ea5b3efbdda7a9d43b499b20d4 : WAPT/changelog.txt
16a2cc57e0d5f39aa4496b0c1085ad22ffbdf510cc50bcc74b64ac96b542c59b : WAPT/control
85f385cea79a373d7dd5e18e2357c2b038653f8d15425d2145591ee29cbb1607 : WAPT/icon.png
fbf7c3c597c71743f9aca9fd79892a5814b306403dd3355de59ccaf74ff1a5bc : luti.json
3f350eb794141113111f988dd6787fffbd76a3c90128efbe30a41d12796921ce : setup.py
21055e6aaf3a54cb010bdeb4c870507087647862813458d517fad49168bfecbc : update_package.py
https://www.freeplane.org/info/history/history_en.txt
1.11.4-10
===
Java now included