Wingetlywingetly
← All apps

DataWarrior

by openmolecules.orgv6.1.0

Last updated

An Open-Source Program for Data Visualization and Analysis with Chemical Intelligence

Install with winget

$ winget install --id openmolecules.DataWarrior --exact --version 6.1.0

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

Silent install command for DataWarrior

DataWarrior uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i datawarrior610.msi /quiet /norestart

See the full silent install reference for DataWarrior

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

DataWarrior is an open-source program for data visualization and analysis with chemical intelligence. DataWarrior combines dynamic graphical views and interactive row filtering with chemical intelligence. Scatter plots, box plots, bar charts and pie charts not only visualize numerical or category data, but also show trends of multiple scaffolds or compound substitution patterns. Chemical descriptors encode various aspects of chemical structures, e.g. the chemical graph, chemical functionality from a synthetic chemist’s point of view or 3-dimensional pharmacophore features. These allow for fundamentally different types of molecular similarity measures, which can be applied for many purposes including row filtering and the customization of graphical views. DataWarrior supports the enumeration of combinatorial libraries as the creation of evolutionary libraries. Compounds can be clustered and diverse subsets can be picked. Calculated compound similarities can be used for multidimensional scaling methods, e.g. Kohonen nets. Physicochemical properties can be calculated, structure activity relationship tables can be created and activity cliffs be visualized.

Installers · v6.1.0

ArchitectureTypeScopeInstallDownload
x64MSImachineDirect

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 DataWarrior.

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

  • Microsoft PowerBI DesktopMicrosoft Corporation
    Microsoft.PowerBIv2.157.1354.0

    Visualize any data and integrate the visuals into the apps you use every day with Power BI, a unified platform for self-service and business intelligence.

  • GraphPad PrismGraphPad Software LLC
    GraphPad.Prismv11.0.2092

    Analyze, graph and present your scientific work.

  • GraphvizGraphviz
    Graphviz.Graphvizv16.1.0

    Open source graph visualization software

  • Microsoft Power BI Report ServerMicrosoft Corporation
    Microsoft.PowerBIReportServerv1.26.9682.1442

    Power BI Report Server, available as part of Power BI Premium, enables on-premises web and mobile viewing of Power BI reports, plus the enterprise reporting capabilities of SQL Server Reporting Services.

  • T
    Tableau DesktopTableau Software, LLC
    Tableau.Desktopv24.3.965

    Insights at the speed of business

  • LabPlot2 (AppX)KDE e.V.
    KDE.LabPlot.AppXv2.1201.10343.0

    A free, open source spreadsheet, data visualization and analysis software accessible to everyone.

More from openmolecules.org or browse chemical, chemistry, visualization.

Frequently asked questions

How do I install DataWarrior on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id openmolecules.DataWarrior --exact --version 6.1.0. winget downloads the installer from openmolecules.org and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install DataWarrior silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id openmolecules.DataWarrior --exact 6.1.0 --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 DataWarrior?
DataWarrior uses MSI. Run the downloaded installer with: msiexec.exe /i datawarrior610.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall DataWarrior via winget?
Run: winget uninstall --id openmolecules.DataWarrior --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from DataWarrior's Apps & Features entry.
Is DataWarrior free?
DataWarrior is distributed under GPL-3.0. Refer to the publisher (https://openmolecules.org/datawarrior/) for the full license terms - Wingetly itself does not charge for installation.
Does DataWarrior 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 DataWarrior directly from the publisher.
How do I keep DataWarrior up to date?
Run winget upgrade --id openmolecules.DataWarrior --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of DataWarrior from microsoft/winget-pkgs.