Wingetlywingetly
← All apps

Universal Ctags

by Universal Ctagsv2022.12.14

Last updated

A maintained implementation of ctags

Install with winget

$ winget install --id UniversalCtags.Ctags.Nightly --exact --version 2022.12.14

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

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

Universal Ctags (abbreviated as u-ctags) is a maintained implementation of ctags. ctags generates an index (or tag) file of language objects found in source files for programming languages. This index makes it easy for text editors and other tools to locate the indexed items.

Installers · v2022.12.14

ArchitectureTypeScopeInstallDownload
x86Portable-Direct
x64Portable-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 Universal Ctags.

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

  • Universal CtagsUniversal Ctags
    UniversalCtags.Ctagsv6.1.0

    A maintained implementation of ctags

  • Visual Studio BuildTools 2026Microsoft Corporation
    Microsoft.VisualStudio.BuildToolsv18.10.1

    These Build Tools allow you to build Visual Studio projects from a command-line interface.

  • Microsoft Visual C++ 2013 Redistributable (x86)Microsoft Corporation
    Microsoft.VCRedist.2013.x86v12.0.40664.0

    The Microsoft Visual C++ 2013 Redistributable Package (x86)

  • Microsoft Visual C++ 2013 Redistributable (x64)Microsoft Corporation
    Microsoft.VCRedist.2013.x64v12.0.40664.0

    The Microsoft Visual C++ 2013 Redistributable Package (x64).

  • Visual Studio BuildTools 2022Microsoft Corporation
    Microsoft.VisualStudio.2022.BuildToolsv17.14.41

    These Build Tools allow you to build Visual Studio projects from a command-line interface.

  • Microsoft Visual C++ 2015 UWP Desktop Runtime PackageMicrosoft Platform Extensions
    Microsoft.VCLibs.Desktop.14v14.0.33728.0

    C++ Runtime framework packages for Desktop Bridge.

More from Universal Ctags or browse c, c++, ctags.

Frequently asked questions

How do I install Universal Ctags on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id UniversalCtags.Ctags.Nightly --exact --version 2022.12.14. winget downloads the installer from Universal Ctags and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Universal Ctags silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id UniversalCtags.Ctags.Nightly --exact 2022.12.14 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Universal Ctags via winget?
Run: winget uninstall --id UniversalCtags.Ctags.Nightly --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Universal Ctags's Apps & Features entry.
Is Universal Ctags free?
Universal Ctags is distributed under GPL. Refer to the publisher (https://ctags.io/) for the full license terms - Wingetly itself does not charge for installation.
Does Universal Ctags 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 Universal Ctags directly from the publisher.
How do I keep Universal Ctags up to date?
Run winget upgrade --id UniversalCtags.Ctags.Nightly --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Universal Ctags from microsoft/winget-pkgs.