Wingetlywingetly
← All apps

Ais Decoder

by Neal Arundalev3.5.149

Last updated

Decode the AIS data and present the decoded data in a form suitable for display and analysis by mapping program or for analysis using Excel, or by a database.

Install with winget

$ winget install --id NealArundale.AisDecoder --exact --version 3.5.149

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

Silent install command for Ais Decoder

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

One-line silent install (x86)
AisDecoder_setup_3.5.149.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Ais Decoder

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 · v3.5.149

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

2 known CVEs via NVD

  • high7.5Patched in wingetCVE-2025-66217affects before 0.64Nov 28, 2025

    AIS-catcher is a multi-platform AIS receiver. Prior to version 0.64, an integer underflow vulnerability exists in the MQTT parsing logic of AIS-catcher. This vulnerability allows an attacker to trigger a massive Heap Buffer Overflow by sending a malformed MQTT packet with a mani...

  • critical9.8Patched in wingetCVE-2025-66216affects before 0.64Nov 28, 2025

    AIS-catcher is a multi-platform AIS receiver. Prior to version 0.64, a heap buffer overflow vulnerability has been identified in the AIS::Message class of AIS-catcher. This vulnerability allows an attacker to write approximately 1KB of arbitrary data into a 128-byte buffer. This...

Source: NVD, updated 1h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Frequently asked questions

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