gsudo icon
gsudo icon

gsudo

 2 likes

gsudo is a sudo equivalent for Windows, with a similar user-experience as the original *nix sudo.

gsudo screenshot 1

License model

  • FreeOpen Source

Country of Origin

  • AR flagArgentina

Platforms

  • Windows  Supports Windows 7 SP1 onwards. Some features may only work in Windows 10/11, like elevating as TrustedInstaller.
gsudo screenshot 1
gsudo screenshot 2
+1
gsudo screenshot 3
5 / 5 Avg rating (1)
2likes
1comment
0alternatives
0news articles

Features

Suggest and vote on features
  1.  Command line interface
  2.  Support for scripting
  3.  Portable

 Tags

  • run-as-system
  • run-as-trustedinstaller
  • command-prompt
  • runas
  • system-utilities
  • System Administration
  • permissions
  • run-as-ti
  • user-account-control
  • uac
  • elevated-rights
  • credentials
  • sudo-on-windows
  • administrator-rights
  • sudo
  • elevation
  • run-as-admin
  • trustedinstaller
  • local-administrator-rights

gsudo News & Activities

Highlights All activities

Recent activities

Show all activities

gsudo information

  • Developed by

    AR flagGerardo Grignoli
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

OS & UtilitiesNetwork & Admin

GitHub repository

  •  5,640 Stars
  •  151 Forks
  •  60 Open Issues
  •   Updated Jun 3, 2025 
View on GitHub

Our users have written 1 comments and reviews about gsudo, and it has gotten 2 likes

gsudo was added to AlternativeTo by 0x6A7232 on Oct 28, 2020 and this page was last updated Jun 10, 2025.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
MorningGlory
Jun 10, 2025
0

Neat sudo-like elevation tool for Windows, allowing to elevate commands or the current shell as an administrator, SYSTEM, or even as TrustedInstaller. The Credentials Cache will allow you to elevate as many times with only a single UAC prompt (it might represent a security risk, though - it's disabled by default). Can be used in scripts - it will allow you to self-elevate when necessary. More info in gsudo's documentation.

What is gsudo?

gsudo is a sudo equivalent for Windows, with a similar user-experience as the original *nix sudo.

It allows to run commands with elevated permissions, or to elevate the current shell, in the current console window or a new one. gsudo detects your current shell and elevates your command as native shell commands. (Supports CMD, PowerShell, WSL, git-bash, MinGW, Cygwin, Yori, Take Command, BusyBox & NuShell.)

Just prepend gsudo (or the sudo alias) to your command and it will run elevated. One UAC popup will appear each time. You can see less popups if you enable gsudo cache.

It is designed so it is easy to install, easy to use, and feels familiar with other popular tools.

Official Links