tis-notesnook-portable icon

notesnook

Silent install package for notesnook

3.2.4-1

  • package: tis-notesnook-portable
  • name: notesnook
  • version: 3.2.4-1
  • maintainer: WAPT Team,Tranquil IT,Jordan ARNAUD
  • licence: GPL-3.0 license
  • target_os: darwin
  • architecture: x64
  • signature_date:
  • size: 121.47 Mo
  • homepage : https://notesnook.com/

package           : tis-notesnook-portable
version           : 3.2.4-1
architecture      : x64
section           : base
priority          : optional
name              : notesnook
categories        : 
maintainer        : WAPT Team,Tranquil IT,Jordan ARNAUD
description       : Notesnook is a free (as in speech) and open source note taking app focused on user privacy and ease of use. To ensure zero knowledge principles, Notesnook encrypts everything on your device using XChaCha20-Poly1305 and Argon2
depends           : 
conflicts         : 
maturity          : PROD
locale            : 
target_os         : darwin
min_wapt_version  : 
sources           : https://github.com/streetwriters/notesnook/releases
installed_size    : 
impacted_process  : 
description_fr    : Notesnook est une application de prise de notes libre et gratuite, axée sur la confidentialité et la facilité d'utilisation. Pour garantir le principe du "zéro connaissance", Notesnook crypte tout ce qui se trouve sur votre appareil à l'aide de XChaCha20-Poly1305 et Argon2
description_pl    : Notesnook to darmowa (jak w mowie) i otwarta aplikacja do robienia notatek, która koncentruje się na prywatności użytkownika i łatwości użytkowania. Aby zapewnić zerowe zasady wiedzy, Notesnook szyfruje wszystko na urządzeniu za pomocą XChaCha20-Poly1305 i Argon2
description_de    : Notesnook ist eine kostenlose (wie in Sprache) und Open-Source-Notiz-App, die sich auf den Datenschutz und die Benutzerfreundlichkeit konzentriert. Um das Nullwissen-Prinzip zu gewährleisten, verschlüsselt Notesnook alles auf Ihrem Gerät mit XChaCha20-Poly1305 und Argon2
description_es    : Notesnook es una aplicación de código abierto y gratuita para tomar notas centrada en la privacidad del usuario y la facilidad de uso. Para garantizar principios de conocimiento cero, Notesnook encripta todo en su dispositivo utilizando XChaCha20-Poly1305 y Argon2
description_pt    : O Notesnook é uma aplicação gratuita (como na fala) e de código aberto para tomar notas, centrada na privacidade do utilizador e na facilidade de utilização. Para garantir princípios de conhecimento zero, o Notesnook encripta tudo no seu dispositivo utilizando XChaCha20-Poly1305 e Argon2
description_it    : Notesnook è un'applicazione per prendere appunti gratuita (nel senso del termine) e open source, incentrata sulla privacy degli utenti e sulla facilità d'uso. Per garantire principi di conoscenza zero, Notesnook cripta tutto ciò che si trova sul dispositivo utilizzando XChaCha20-Poly1305 e Argon2
description_nl    : Notesnook is een gratis (als in spraak) en open source app voor het maken van notities, gericht op de privacy van de gebruiker en gebruiksgemak. Om te zorgen voor nul-kennis principes, versleutelt Notesnook alles op uw apparaat met behulp van XChaCha20-Poly1305 en Argon2
description_ru    : Notesnook - это бесплатное (в смысле речи) приложение для ведения заметок с открытым исходным кодом, ориентированное на конфиденциальность и простоту использования. Чтобы обеспечить принцип нулевого знания, Notesnook шифрует все на вашем устройстве с помощью XChaCha20-Poly1305 и Argon2
audit_schedule    : 
editor            : 
keywords          : 
licence           : GPL-3.0 license
homepage          : https://notesnook.com/
package_uuid      : a5e03324-82e1-4b3a-8294-454973280440
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : c6ae74f2a7b373f8cbebf49bfa8c8c82e432f3971f696dc256041151ca950ed0
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2025-09-17T05:03:04.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         : xKIJqbzclZ9oBfBt8Ta6LI3MklZFMOXT/NXDqMgSauJxDm3aGW/uxooCv+6fFr6IRyNCLiyXOKkapE7x239ac25QpDQeN9Jxx9euGCbeNBKFjVXjfzMGCkeoF4sYkbL2XXkBmAUhFIHNTlcHUl2Yd9BdEzLZ+Y8M8EIczi7PqNYF7YJWXeuEF2cAC5hhmfnWqohX+Z/MGuQnvqSd1VylWWPE1WTqMkhD9bIT42/lPR3ZjwbQKNydFQNlTeUiwlfzRWyJL0d6EIiZna+E8OI6qTy62J6n/xdpNjTHWPvyLzmDdSaVkJregrf9j+DgeGjVn05yIswXENqY20VFlLYnNg==

# -*- 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("notesnook_mac_x64.dmg")[0])


def uninstall():
    remove_tree("/Applications/Notesnook.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()
    dict_arch = {
        "x64" :"mac_x64.dmg"
    }

    if not proxies:
        proxies = get_proxies_from_wapt_console()
   
    git_repo = "streetwriters/notesnook"
    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('.dmg') and dict_arch[control.architecture] in download["browser_download_url"] :
            url_dl = download["browser_download_url"]
            version = json_load["tag_name"].replace("v","")
            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
c27cfe2a70d2ea84ea8d92a68df7fdd46e9b421863a14894e11f0fa13b55ecbc : WAPT/control
c6ae74f2a7b373f8cbebf49bfa8c8c82e432f3971f696dc256041151ca950ed0 : WAPT/icon.png
92354bc12e9fe909cdff7f678546109d29fb4129551b4a632a2d00621780a54d : luti.json
e36512f26e996c64d4364534a78cb4a605ca892b236591e5421c2fdbf2c394ee : notesnook_mac_x64.dmg
19649c772b2293040f406f3045b768c7d3c6dac902d248713403abdb9105e57d : setup.py
eb8067bae7c56c7a49115e82288cc4ec71cbe87a4354e24878121ed6ef7faff1 : update_package.py