Showing 138 open source projects for "shell root"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    kubectl node-shell

    kubectl node-shell

    Exec into node via kubectl

    Start a root shell in the node's host OS running. Uses an alpine pod with nsenter for Linux nodes and a HostProcess pod with PowerShell for Windows nodes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Magisk on WSA

    Magisk on WSA

    Integrate Magisk root and Google Apps into WSA

    MagiskOnWSALocal is an open source project by LSPosed that integrates Magisk root and Google Apps (GApps) into Windows Subsystem for Android (WSA). It automates the process of building customized WSA images with root access, replacing Amazon Appstore with Google Play services. The repository includes scripts that streamline setup across Linux distributions like Ubuntu, Debian, Arch, and openSUSE, supporting both ARM64 and x64 architectures. It offers features such as unattended installation,...
    Downloads: 41 This Week
    Last Update:
    See Project
  • 3
    libsu

    libsu

    A complete solution for apps using root permissions

    libsu is a modern Android library that provides a safe, convenient API for executing commands with root privileges and interacting with the Android shell. Instead of ad-hoc Runtime.exec calls, it offers structured sessions, proper I/O streams, and lifecycle handling that works reliably across devices. The library focuses on developer ergonomics: thread-safe helpers, Kotlin-friendly APIs, and utilities for file operations, process management, and parcelable data transfer. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    xxh

    xxh

    Bring your favorite shell wherever you go through the ssh

    You stuffed the command shell with aliases, tools and colors but you lose it all when using ssh. The mission of xxh is to bring your favorite shell wherever you go through ssh without root access and system installations. Preparing portable shells and plugins occurs locally and then xxh uploads the result to the host. No installations or root access on the host is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    Aria2 AriaNg Docker

    Aria2 AriaNg Docker

    The Docker image for Aria2 + AriaNg + File Browser + Rclone

    One Docker image for file downloading, managing, sharing, as well as video playing and evening cloud storage synchronization. Furthermore, it's pretty small and ARM CPU compatible which means you can also run it on Raspberry Pi. Last but not least, Auto HTTPS can't be more easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Vanilla OS Live ISO Builder

    Vanilla OS Live ISO Builder

    Vanilla OS Live ISO Builder.

    Vanilla OS Live ISO provides the official live environment and installer for Vanilla OS, a Linux distribution that blends immutability, security, and user-friendliness. Built on Ubuntu with an immutable root file system, Vanilla OS uses ABRoot and Distrobox to offer transactional updates and containerized app environments. The live ISO project enables users to boot and test the OS without installation, and includes the Calamares installer to simplify the setup process. It ensures users can...
    Downloads: 58 This Week
    Last Update:
    See Project
  • 7
    acme.sh

    acme.sh

    A pure Unix shell script implementing ACME client protocol

    A pure Unix shell script implementing ACME client protocol. An ACME protocol client written purely in Shell (Unix shell) language. Full ACME protocol implementation. Support ECDSA certs. Support SAN and wildcard certs. Simple, powerful and very easy to use. You only need 3 minutes to learn it. Bash, dash and sh compatible. Purely written in Shell with no dependencies on python.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    typewritten

    typewritten

    A minimal, lightweight, informative zsh prompt theme

    A minimal, lightweight, informative zsh prompt theme. Clone the typewritten repository somewhere you can easily link. I recommend creating a .zsh directory at root. typewritten is customizable in many ways. Prompt customization, everything to do with how and where the info is displayed. Prompt color customization set a custom color for any of the prompt sections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Talos Linux

    Talos Linux

    Talos Linux is a modern Linux distribution built for Kubernetes

    Talos Linux is Linux designed for Kubernetes – secure, immutable, and minimal. Supports cloud platforms, bare metal, and virtualization platforms. All system management is done via an API. No SSH, shell or console. Production-ready supports some of the largest Kubernetes clusters in the world. Open source project from the team at Sidero Labs. It only takes 3 minutes to launch a Talos cluster on your laptop inside Docker. Talos reduces your attack surface. It's minimal, hardened and...
    Downloads: 26 This Week
    Last Update:
    See Project
  • All-in-one drone operations management platform. Icon
    All-in-one drone operations management platform.

    Cut your drone flight planning time by 63%

    Dronedesk does all the air, ground and weather intelligence data gathering for you so that you've got all the risks covered and you can focus on what's important: flying your drone and getting the job done.
    Learn More
  • 10
    SecondScreen

    SecondScreen

    Better screen mirroring for Android devices

    SecondScreen is an application designed for power users that frequently connect their Android devices to external displays. It works with your existing screen mirroring solution to give you the best experience possible. With SecondScreen, you can change your device's resolution and density to fit your TV or monitor, enable always-on desktop mode in Chrome, and even turn your device's backlight off, among several other features.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 11
    EMAGNET

    EMAGNET

    Automated hacking tool to find leaked databases with 97.1% accuracy

    Automated hacking tool that will find leaked databases with 97.1% accurate to grab mail + password. Before using Emagnet, please remember that with great power comes great responsibility. Pastebin patched the vulnerability I previously used in order to get recent uploads, so at the moment it is not possible to get recently uploaded files, you are now limited to all syntaxes exempt the default one (95% get's uploaded as 'text' and this is removed from all recent upload lists). Bruteforce...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    Swift Package Dependencies Checker

    Swift Package Dependencies Checker

    Catch up with outdated versions based on your package dep requirements

    This action process your Package.swift file to detect outdated versions based on your package dependency requirements. Action will fail in case there are outdated dependencies. This can be suppressed by setting the input parameter failWhenOutdated to false. Then use the output parameter outdatedDependencies to know if the action detected any outdated dependencies. By setting isMutating you declare the intention to update Package.resolved (if present). Please note that the action itself does...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Self-Hosted Sentry nightly

    Self-Hosted Sentry nightly

    Sentry, feature-complete and packaged up for low-volume deployments

    In addition to making its source code available publicly, Sentry offers and maintains a minimal setup that works out-of-the-box for simple use cases. This repository also serves as a blueprint for how various Sentry services connect for a complete setup, which is useful for folks willing to maintain larger installations. For the sake of simplicity, we have chosen to use Docker and Docker Compose for this, along with a bash-based install and upgrade script. Environment specific configurations...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Sysbox

    Sysbox

    Open-source, next-generation "runc" that empowers rootless containers

    An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, and Kubernetes, just like VMs. Think of it as a "container supercharger": it enables your existing container managers/orchestrators (e.g., Docker, Kubernetes, etc.) to deploy containers that have hardened isolation and can run almost any workload that runs in VMs. Sysbox does this by making the container resemble a VM-like environment as much as possible, using advanced OS...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Platypus

    Platypus

    Create native Mac applications from command line scripts

    Platypus is a developer tool that creates native Mac applications from command line scripts such as shell scripts or Python, Perl, Ruby, Tcl, JavaScript, and PHP programs. This is done by wrapping the script in an application bundle along with a slim app binary that runs the script. Platypus makes it easy to share scripts and programs with people who are unfamiliar with the command line interface. Native, user-friendly applications can be created with a few clicks. It is very easy to create...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Clj-kondo

    Clj-kondo

    A linter for Clojure code that sparks joy

    A linter for Clojure code that sparks joy. Clj-kondo performs static analysis on Clojure, ClojureScript and EDN, without the need of a running REPL. It informs you about potential errors while you are typing. To detect lint errors across namespaces in your project, a cache is needed. To let clj-kondo know where to create one, make a .clj-kondo directory in the root of your project, meaning on the same level as your project.clj, deps.edn or build.boot. A cache will be created inside of it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    lint-staged

    lint-staged

    Run linters on git staged files

    Run linters against staged git files and don't let anything slip into your code base! Linting makes more sense when run before committing your code. By doing so you can ensure no errors go into the repository and enforce code style. But running a lint process on a whole project is slow, and linting results can be irrelevant. Ultimately you only want to lint files that will be committed. This project contains a script that will run arbitrary shell tasks with a list of staged files as an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    d77void

    d77void

    d77void is a respin of Void Linux with WindowManagers

    What is d77void GNU/Linux? It's a respin of Void GNU/Linux, created to demonstrate the capabilities of Void's tools, such as void-mklive and void-packages. Originally initiated as a Void respin with Fluxbox it has evolved to offer a wide range of options, including the window managers awesome, bspwm, dwm, fluxbox, herbstluftwm, hyprland, i3wm, JWM, labwc, leftwm, niri, openbox, qtile, river, sway, wayfire and the desktop environments, Cosmic, LXQt and XFCE. Two user accounts are...
    Leader badge
    Downloads: 11,032 This Week
    Last Update:
    See Project
  • 19

    vdcron

    Execute scheduled commands on non permanent machines

    Execute scheduled commands without assuming that the machine runs permanently. vdcron is a cron, but it's light and does not require specific software or libraries. It can be triggered by root and standard accounts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PHPBrew

    PHPBrew

    Brew & manage PHP versions in pure PHP at HOME

    ...Build php with different variants like PDO, MySQL, SQLite, debug, etc. Compile Apache php module and separate them by different versions. Build and install php(s) in your home directory, so you don't need root permission. Switch versions very easily and is integrated with bash/zsh shell. Automatic feature detection. Install & enable php extensions into current environment with ease. Install multiple php into a system-wide environment. Path detection optimization for HomeBrew and MacPorts. PHPBrew arranges configure options for you, you can simply specify variant name, and phpbrew will detect include paths and build options for configuring.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Shizuku-Keeper

    Shizuku-Keeper

    Start Shizuku and keep it running without root, Wi-Fi, or cables!

    Powerful Automate flows for Android that start Shizuku or standalone ADB on boot and keep it running continuously without root. Shizuku Keeper harnesses USB debugging without cables or Wi-Fi using the premium version of Automate while two other lightweight flows effectively employ separate techniques to maintain Shizuku or standalone ADB via wireless debugging on the free version. Follow the external links for complete details.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    sysmon

    sysmon

    Sysmon prints short and uniform information about OS

    This shell script prints short and uniform information about OS such as: CPU, RAM, OS name and version, kernel version, hostname, system load, current processes, network interfaces, total logged in users, hard disks, runlevel, etc. No root or any special superuser's rights are required. Runs under Linux, Android (Termux), Windows (Msys2 and Cygwin), FreeBSD, NetBSD, DragonFly BSD, OpenBSD and other Unix-like systems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23

    HardenLinux

    Shell Script to Harden Default Values in Linux Distributions

    HardenLinux is a shell script designed to harden default values in Linux distributions and assist with malware removal. With root permissions, it can perform many tasks listed in a menu. As a script, HardenLinux is highly documented and easy to comprehend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    UseGroup

    UseGroup

    Usegroup is a user and group manager.

    This program allows you to add or remove users, define user options, add, edit or delete groups from Linux/Unix systems. Usegroup works in user or administrator mode, the interface uses the GTK dialogs of Yad or Zenity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    ArchLinux Live ISO Prebuild

    Prebuild Arch Linux Live ISO with Desktop Environment included.

    ...There are two versions of the ISO: Small / Minimal Version (default) Big Version (-big): Includes lots of Live Software Notices: GNOME: When the Gnome Login Screen appears, you can simply type in "root" in the user textfield. After clicking th return button on your keyboard, a default ArchLinux ISO Messege will apear unter the text field and the login process just started. After about 6 Seconds, the GDM Starter will launch the GNOME Shell and the Desktop. If You got any Feedback or Issues, feel free to tell me about it or open a Ticket :-)
    Leader badge
    Downloads: 145 This Week
    Last Update:
    See Project