Wingetlywingetly
← All apps

Mybase Desktop

by Wjj Softwarev8.3.1

Last updated

Mybase is an intuitive knowledge base management software that allows entry of unstructured text, webpages, images, documents, emails and even arbitrary files without regard to length or format.

Install with winget

$ winget install --id WjjSoft.MybaseDesktop --exact --version 8.3.1

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

Silent install command for Mybase Desktop

Mybase Desktop uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x64, user scope)
Mybase-Desktop-Ver831-Win64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Mybase Desktop

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.

About

Mybase is an intuitive knowledge base management software that allows entry of unstructured text, webpages, images, documents, emails and even arbitrary files without regard to length or format.

Unlike traditional database systems, Mybase accepts text input like a word processor, all information is compressed with an integrated zip utility and stored in the tree structured outline form.

Mybase is now available in two editions, the desktop edition and the server edition. The desktop edition is intended for best practice of personal information and knowledge base management on Linux/macOS/Windows desktop computers, while the server edition enables databases multi-user collaborative and accessible to co-workers over network by using a modern web browser at the client side.

Mybase Desktop provides a set of utilities for capturing, editing, organizing, retrieving, searching and sharing information, that helps build up a personal or corporate knowledge base effectively and efficiently, and helps increase personal productivity significantly. No programming skills required.

Installers · v8.3.1

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
userDirect

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 Mybase Desktop.

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

  • Mybase ServerWjj Software
    WjjSoft.MybaseServerv8.3.0

    Mybase is an intuitive knowledge base management software that allows entry of unstructured text, webpages, images, documents, emails and even arbitrary files without regard to length or format.

More from Wjj Software.

Frequently asked questions

How do I install Mybase Desktop on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id WjjSoft.MybaseDesktop --exact --version 8.3.1. winget downloads the installer from Wjj Software and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Mybase Desktop silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id WjjSoft.MybaseDesktop --exact 8.3.1 --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 Mybase Desktop?
Mybase Desktop uses EXE (Inno Setup). Run the downloaded installer with: Mybase-Desktop-Ver831-Win64.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Mybase Desktop via winget?
Run: winget uninstall --id WjjSoft.MybaseDesktop --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Mybase Desktop's Apps & Features entry.
Is Mybase Desktop free?
Mybase Desktop is distributed under Proprietary. Refer to the publisher (https://www.wjjsoft.com/mybase_desktop.html) for the full license terms - Wingetly itself does not charge for installation.
Does Mybase Desktop 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 Mybase Desktop directly from the publisher.
How do I keep Mybase Desktop up to date?
Run winget upgrade --id WjjSoft.MybaseDesktop --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Mybase Desktop from microsoft/winget-pkgs.