Wingetlywingetly
← All apps

tomboy-ng

by Tomboy Notesv0.42

Last updated

A note taking app that works and syncronises between Linux, Windows and MacOS. It will also Sync to a private Github repository allowing access to any device with a browser.

Install with winget

$ winget install --id TomboyNotes.tomboy-ng --exact --version 0.42

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for tomboy-ng

tomboy-ng uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86)
tomboy-ng-setup-0.42.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for tomboy-ng

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v0.42

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for tomboy-ng.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Notepad++Notepad++ Team
    Notepad++.Notepad++v8.9.8

    Notepad++ is a free source code editor that supports several languages.

  • Pinny Notes63BeetleSmurf
    63BeetleSmurf.PinnyNotesv1.17.0

    A sticky note application with a button to "pin" a note making it always on top above other windows.

  • N
    nano for Windowsokibcn
    okibcn.nanov7.2-22.1

    Nano is a small and simple text editor for use on the terminal. This is an up to date 64-bit/32-bit and Windows on ARM port of the legendary GNU nano text editor.

  • VimBram Moolenaar et al.
    vim.vimv9.2.1061

    Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient

  • ONLYOFFICE Desktop EditorsAscensio System SIA
    ONLYOFFICE.DesktopEditorsv9.4.0

    All the tools you need to work with text documents, spreadsheets, presentations, and fillable forms on Windows, Linux, and macOS.

  • ZedZed Industries
    ZedIndustries.Zedv1.19.2

    High-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

More from Tomboy Notes or browse tomboy-notes-tomboy-ng, tomboynotestomboyng, notes-taking.

Frequently asked questions

How do I install tomboy-ng on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id TomboyNotes.tomboy-ng --exact --version 0.42. winget downloads the installer from Tomboy Notes and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install tomboy-ng silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id TomboyNotes.tomboy-ng --exact 0.42 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for tomboy-ng?
tomboy-ng uses EXE (Inno Setup). Run the downloaded installer with: tomboy-ng-setup-0.42.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall tomboy-ng via winget?
Run: winget uninstall --id TomboyNotes.tomboy-ng --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from tomboy-ng's Apps & Features entry.
Is tomboy-ng free?
tomboy-ng is distributed under MIT. Refer to the publisher (https://github.com/tomboy-notes/tomboy-ng) for the full license terms - Wingetly itself does not charge for installation.
Does tomboy-ng work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls tomboy-ng directly from the publisher.
How do I keep tomboy-ng up to date?
Run winget upgrade --id TomboyNotes.tomboy-ng --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of tomboy-ng from microsoft/winget-pkgs.