Powershell

Top 23 Powershell Open-Source Projects

  • PowerShell

    PowerShell for every system!

  • Project mention: Microsoft to Deprecate VBScript | news.ycombinator.com | 2024-05-26

    Not necessarily:

    1. UNIX-compatibility aliases like "ls -> Get-ChildItem" and "cat -> Get-Content" are not defined in PowerShell on Linux or macOS. For a complete list of these, see the PowerShell source code[1] (look for "#if !UNIX").

    2. A number of aliases from PowerShell ≤ 5.1 were removed in PowerShell Core (≥ 6.0), including the particularly annoying "curl -> Invoke-WebRequest" (conflicts with curl.exe) and "sc -> Set-Content" (conflicts with sc.exe).

    [1] https://github.com/PowerShell/PowerShell/blob/8ea1598964590b...

  • starship

    ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

  • Project mention: Zsh Theme Powerlevel10k enters "life support" mode | news.ycombinator.com | 2024-05-23

    Starship is an alternative: https://github.com/starship/starship

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cmder

    Lovely console emulator package for Windows

  • Project mention: FLaNK-AIM: 20 May 2024 Weekly | dev.to | 2024-05-20
  • WindTerm

    A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.

  • Project mention: WindTerm SSH Client has Ransomware? | /r/PowerShell | 2023-09-13
  • asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

  • Project mention: Configurando NeoVim + Elixir | dev.to | 2024-05-21
  • Scoop

    A command-line installer for Windows.

  • Project mention: A tour of CLI tools for installing Java and creating projects | dev.to | 2024-06-01

    On Windows: scoop is a package maanger which supports Java version management. It provides a Java wiki with detailed instructions.

  • zoxide

    A smarter cd command. Supports all major shells.

  • Project mention: Zoxide - A faster alternative to boring cd command | dev.to | 2024-05-18

    Zoxide offical GitHub repo - https://github.com/ajeetdsouza/zoxide

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • terminalizer

    🦄 Record your terminal and generate animated gif images or share a web player

  • oh-my-posh

    The most customisable and low-latency cross platform/shell prompt renderer

  • Project mention: wsl arch setup for oh my posh | dev.to | 2024-04-12

    # Download the correct binary for Linux (replace the URL with the latest version if needed) wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O oh-my-posh # Make the binary executable chmod +x oh-my-posh # Move the binary to a directory in your PATH sudo mv oh-my-posh /usr/local/bin/

  • Chocolatey

    Chocolatey - the package manager for Windows

  • Project mention: Puro — Uma forma eficiente de gerenciar as versões flutter | dev.to | 2024-05-18
  • nishang

    Nishang - Offensive PowerShell for red team, penetration testing and offensive security.

  • Project mention: PowerShell evasion | /r/AskNetsec | 2023-09-24
  • inshellisense

    IDE style command line auto complete

  • Project mention: iTerm2 3.5.0 | news.ycombinator.com | 2024-05-21

    Me too! It's alright, but as I said I really would like it to be IDE-style, with multiple suggestions in a box that I can see all at once and flip through.

    There is this: https://github.com/microsoft/inshellisense?tab=readme-ov-fil...

    But it doesn't look really "seamless" to me yet, though admittedly I did not give it a proper try.

  • posh-git

    A PowerShell environment for Git

  • Project mention: PowerShell: The object-oriented shell you didn't know you needed | news.ycombinator.com | 2024-04-29

    Ah if you want auto completion for native commands they need to be registered first. PSReadLine provides autocompletion support but it only works by default with things builtin to PowerShell itself. For `git` there is a fairly popular module called posh-git [1] that provides auto completion support for some of the well known commands. Git for Windows also calls it out [2]. You can also provide your own custom auto complete calls with Register-ArgumentCompleter [3]. Hope this helps!

    [1] https://github.com/dahlbyk/posh-git

  • Sophia-Script-for-Windows

    :zap: The most powerful PowerShell module on GitHub for fine-tuning Windows 10 & Windows 11

  • Project mention: Ask HN: Safest open source Win11 privacy tool? | news.ycombinator.com | 2023-09-08
  • gsudo

    Sudo for Windows

  • Project mention: Microsoft is bringing Linux's sudo command to Windows 11 | news.ycombinator.com | 2024-02-08

    There's already a similar tool that does sudo on Windows: https://github.com/gerardog/gsudo

  • NETworkManager

    A powerful tool for managing networks and troubleshoot network problems!

  • Project mention: NETworkManager for Windows (WiFi, IP/Port Scanner, Traceroute, Ping Monitor, PuTTY/Remote Desktop/PowerShell/TigerVNC with Tabs and many more features) | /r/coolgithubprojects | 2023-09-20
  • awesome-powershell

    A curated list of delightful PowerShell modules and resources

  • DetectionLab

    Automate the creation of a lab environment complete with security tooling and logging best practices

  • Win-Debloat-Tools

    Re-imagining Windows like a minimal OS install, already debloated with minimal impact for most functionality.

  • Project mention: Dicas e truques: Ferramentas para produtividade para dev no Sistema operacional 🪟 Windows 11 | dev.to | 2024-06-01

    Win-Debloat-Tools

  • evil-winrm

    The ultimate WinRM shell for hacking/pentesting

  • Project mention: HackTheBox - Writeup Authority [Retired] | dev.to | 2023-12-26

    ┌──(root㉿kali)-[/home/kali/hackthebox/machines-windows/authority] └─# evil-winrm -i authority.htb -u svc_ldap -p 'lDaP_1n_th3_cle4r!' Evil-WinRM shell v3.4 Warning: Remote path completions is disabled due to ruby limitation: quoting_detection_proc() function is unimplemented on this machine Data: For more information, check Evil-WinRM Github: https://github.com/Hackplayers/evil-winrm#Remote-path-completion Info: Establishing connection to remote endpoint *Evil-WinRM* PS C:\Users\svc_ldap\Documents>

  • Azure PowerShell

    Microsoft Azure PowerShell

  • Project mention: How to return release date when using Find-Package | /r/PowerShell | 2023-06-03

    Author : Microsoft Corporation CompanyName : azure-sdk Copyright : Microsoft Corporation. All rights reserved. PublishedDate : 23-May-23 04:37:01 InstalledDate : UpdatedDate : LicenseUri : https://aka.ms/azps-license ProjectUri : https://github.com/Azure/azure-powershell #>

  • privatezilla

    👀👮🐢🔥Performs a privacy & security check of Windows 10

  • Project mention: Anyone using Tiny11 (or otherwise minimised debloated Windows) with a Surface? | /r/Surface | 2023-12-11
  • WinPwn

    Automation for internal Windows Penetrationtest / AD-Security

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Powershell related posts

Index

What are some of the best open-source Powershell projects? This list will help you:

Project Stars
1 PowerShell 43,651
2 starship 41,553
3 cmder 25,614
4 WindTerm 20,953
5 asdf 20,802
6 Scoop 20,082
7 zoxide 19,500
8 terminalizer 15,021
9 oh-my-posh 14,541
10 Chocolatey 9,961
11 nishang 8,417
12 inshellisense 8,156
13 posh-git 7,456
14 Sophia-Script-for-Windows 7,320
15 gsudo 4,927
16 NETworkManager 4,804
17 awesome-powershell 4,595
18 DetectionLab 4,476
19 Win-Debloat-Tools 4,551
20 evil-winrm 4,261
21 Azure PowerShell 4,098
22 privatezilla 3,417
23 WinPwn 3,214

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com