{"id":13484724,"url":"https://github.com/microsoft/sudo","last_synced_at":"2025-04-09T01:11:29.111Z","repository":{"id":221580210,"uuid":"751486756","full_name":"microsoft/sudo","owner":"microsoft","description":"It's sudo, for Windows","archived":false,"fork":false,"pushed_at":"2024-10-08T16:35:47.000Z","size":2445,"stargazers_count":5272,"open_issues_count":46,"forks_count":146,"subscribers_count":41,"default_branch":"main","last_synced_at":"2025-04-08T10:12:21.102Z","etag":null,"topics":["sudo","windows","windows-11"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-01T17:51:00.000Z","updated_at":"2025-04-07T17:27:23.000Z","dependencies_parsed_at":"2024-11-19T05:37:46.027Z","dependency_job_id":null,"html_url":"https://github.com/microsoft/sudo","commit_stats":{"total_commits":22,"total_committers":15,"mean_commits":"1.4666666666666666","dds":0.8181818181818181,"last_synced_commit":"00f0d198493ed6ff4b8194daff01234c7d742e3c"},"previous_names":["microsoft/sudo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fsudo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fsudo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fsudo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fsudo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/sudo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247953070,"owners_count":21023949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sudo","windows","windows-11"],"created_at":"2024-07-31T17:01:31.623Z","updated_at":"2025-04-09T01:11:29.087Z","avatar_url":"https://github.com/microsoft.png","language":"Rust","readme":"# ![Sudo for Windows icon](./img/Windows/AppList.targetsize-24.png) Sudo for Windows\r\n\r\nWelcome to the repository for [Sudo for Windows][sudo-for-windows] 🥪. Sudo\r\nfor Windows allows users to run elevated commands directly from unelevated\r\nterminal windows.\r\n\r\nThe \"Inbox\" version of sudo is available for Windows 11 builds 26045 and later. If you're on an Insiders\r\nbuild with sudo, you can enable it in the Windows Settings app, on the\r\n\"Developer Features\" page.\r\n\r\nHere you can report issues and file feature requests.\r\n\r\n## Relationship to `sudo` on Unix/Linux\r\n\r\nEverything about permissions and the command line experience is\r\ndifferent between Windows and Linux. This project is not a fork of the Unix/Linux\r\n`sudo` project, nor is it a port of that `sudo` project. Instead, Sudo for\r\nWindows is a Windows-specific implementation of the `sudo` concept.\r\n\r\nAs the two are entirely different applications, you'll find that certain\r\nelements of the traditional `sudo` experience are not present in Sudo for Windows, and\r\nvice versa. Scripts and documentation that are written for `sudo` may not\r\nbe able to be used directly with Sudo for Windows without some modification.\r\n\r\n## Documentation\r\n\r\nAll project documentation is located at\r\n[aka.ms/sudo-docs][sudo-docs]. If you would like to contribute to\r\nthe documentation, please submit a pull request on the [Sudo for Windows\r\nDocumentation repo][documentation-repo].\r\n\r\n## Contributing\r\n\r\nCheck out [CONTRIBUTING.md](https://github.com/microsoft/sudo/blob/main/CONTRIBUTING.md) for details on how to contribute to this project.\r\n\r\n### `sudo.ps1`\r\n\r\nIn the meantime, you can contribute to the [`sudo.ps1`] script. This script is\r\nmeant to be a helper wrapper around `sudo.exe` that provides a more\r\nuser-friendly experience for using sudo from PowerShell. This script is located\r\nin the `scripts/` directory.\r\n\r\n## Communicating with the Team\r\n\r\nThe easiest way to communicate with the team is via GitHub issues.\r\n\r\nPlease file new issues, feature requests and suggestions, but **DO search for\r\nsimilar open/closed preexisting issues before creating a new issue.**\r\n\r\nIf you would like to ask a question that you feel doesn't warrant an issue\r\n(yet), try a [discussion thread][discussions]. Those are especially helpful for question \u0026\r\nanswer threads. Otherwise, you can reach out to us via your social media\r\nplatform of choice:\r\n\r\n* Mike Griese, Senior Developer: [@zadjii@mastodon.social](https://mastodon.social/@zadjii)\r\n* Jordi Adoumie, Product Manager: [@joadoumie](https://twitter.com/joadoumie)\r\n* Dustin Howett, Engineering Lead: [@dhowett@mas.to](https://mas.to/@DHowett)\r\n* Clint Rutkas, Lead Product Manager: [@crutkas](https://twitter.com/clintrutkas)\r\n\r\n## Code of Conduct\r\n\r\nThis project has adopted the [Microsoft Open Source Code of\r\nConduct][conduct-code]. For more information see the [Code of Conduct\r\nFAQ][conduct-FAQ] or contact [opencode@microsoft.com][conduct-email] with any\r\nadditional questions or comments.\r\n\r\n[conduct-code]: https://opensource.microsoft.com/codeofconduct/\r\n[conduct-FAQ]: https://opensource.microsoft.com/codeofconduct/faq/\r\n[conduct-email]: mailto:opencode@microsoft.com\r\n[`sudo.ps1`]: ./scripts/sudo.ps1\r\n[discussions]: https://github.com/microsoft/sudo/discussions\r\n[sudo-for-windows]: https://aka.ms/sudo\r\n[sudo-docs]: https://aka.ms/sudo-docs\r\n[documentation-repo]: https://github.com/MicrosoftDocs/windows-dev-docs/tree/docs/hub/sudo\r\n","funding_links":[],"categories":["Rust","windows"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fsudo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fsudo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fsudo/lists"}