Showing 87 open source projects for "command-line"

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
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    minimal-system-rescue

    minimal-system-rescue

    minimal arch based rescue system

    minimal-system-rescue minmal-system-rescue-2.0 now you don't need to cd to find the menu.sh still fit on a cd-r , and has a refined menu
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    OpenBLT

    OpenBLT

    Bootloader for STM32, XMC, HCS12 and other microcontroller targets.

    OpenBLT is mostly used as an STM32 bootloader, due to the popularity of STM32 microcontrollers. However, the bootloader’s architecture is such that it can work with any microcontroller and use any type of communication interface to perform firmware updates.
    Leader badge
    Downloads: 61 This Week
    Last Update:
    See Project
  • 3

    controller

    FLL based tool for controller programs and can act as an init program.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Network Security Toolkit (NST)

    Network Security Toolkit (NST)

    A network security analysis and monitoring toolkit Linux distribution.

    Network Security Toolkit (NST) is a bootable ISO image (Live USB Flash Drive) based on Fedora 42 providing easy access to best-of-breed Open Source Network Security Applications and should run on most x86_64 systems. The main intent of developing this toolkit was to provide the security professional and network administrator with a comprehensive set of Open Source Network Security Tools. The majority of tools published in the article: Top 125 Security Tools by INSECURE.ORG are available...
    Leader badge
    Downloads: 240 This Week
    Last Update:
    See Project
  • 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
  • 5

    windows-bootable-usb-creator for Linux

    Script to create bootable Windows Setup USB drives

    Command-line script to create bootable Windows Setup USB drives with, to install Windows. You'll need a Windows ISO and a USB drive. See the README for more information. Similar to Rufus. Technically, the script works the same as Rufus (a tool for Windows). We even use the official UEFI NTFS driver developed by Pete Batard, the Rufus developer.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 6

    x86_64-LFS-linux-uclibc Shell Assistant

    BASH Shell Tool Helps With LFS "General Compilation Instructions"

    #--------##--------##--------##--------# Sets up an x86_64 linux cross-build from your kconfig using a bash shell program thus producing linux-headers, uClibc, gcc and a complete GNU os. The tool is simple to customize with a few configuration variables. There is one executable program and six proglets, 100 common GNU source tarballs required. The Linux 4.2 kernel has a System.map with 22000 entries, in contrast to the slackware15 map having 155000 entrie s. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Clover EFI bootloader

    Clover EFI bootloader

    Boot macOS, Windows, and Linux on Mac or PC with UEFI or BIOS firmware

    Project has moved to https://github.com/CloverHackyColor/CloverBootloader.
    Leader badge
    Downloads: 1,481 This Week
    Last Update:
    See Project
  • 8
    nwg-iso

    nwg-iso

    Arch Linux ISO with nwg-shell for sway and Hyprland

    The nwg-iso project provides an ISO image built with archiso, with additions to ensure a simple way to install Arch Linux, sway & Hyprland Wayland compositors and the nwg-shell toolbox. The live environment comes with Hyprland and sway session, so that you can test compositors and the shell before installation. It also contains the 'installer' command, which is a simplified version of the interactive installation with the archinstall script. Some must have stuff has already been pre-selected. User name and password: 'nwg'. To install, please find the "Installer" item in the top panel menu, or type `installer` in the terminal window. https://github.com/nwg-piotr/nwg-iso/blob/master/README.md
    Leader badge
    Downloads: 75 This Week
    Last Update:
    See Project
  • 9
    GODOS - Gaming on Debian

    GODOS - Gaming on Debian

    Gaming Optimized Debian Operating System

    GODOS (Gaming Optimized Debian Operating System) is a lightweight, pre-configured Debian-based Linux system focused on gaming performance, stability, and simplicity. Featuring the modern and responsive KDE Plasma desktop, GODOS provides a clean and efficient user experience. It comes with Steam, Lutris, and Heroic Games Launcher pre-installed, enabling support for native Linux games, Proton/Wine titles, and Epic Games. Vulkan, Wine, and Proton are fully set up for instant gaming out of the...
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution Icon
    Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution

    K-12 Schools, Higher Education, Businesses, Restaurants

    Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
    Learn More
  • 10

    UEFI fdisk

    UEFI fdisk is a disk partitionning tool running under UEFI/BIOS

    UEFI fdisk is a port to UEFI of the famous fdisk partitioning tool from util-linux, see https://github.com/karelzak/util-linux . Now since this program runs directly under UEFI shell you don't need to *boot* the system to edit partition tables.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 11
    dumb-init

    dumb-init

    A minimal init system for Linux containers

    ...However, omitting an init system often leads to incorrect handling of processes and signals, and can result in problems such as containers that can’t be gracefully stopped, or leaking containers that should have been destroyed. dumb-init is simple to use and solves many of these problems: you can just add it to the front of any container’s command, and it will take on the role of PID 1 for itself. It immediately spawns your process as PID ~2, and then proxies on any signals it receives. This helps to avoid special kernel behavior applied to PID 1, while also handling regular responsibilities of the init system (like reaping orphaned zombie processes). dumb-init is a simple process supervisor and init system designed to run as PID 1 inside minimal container environments (such as Docker). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    bootkernel

    Shell script to manage linux kernels in /boot directory

    Install, Accept, List, Remove and Set New, Current and Old linux kernels in the /boot directory. Inspired by the linux kernel "make install" target, and the /sbin/installkernel shell script. A profile "~/bootkernel.conf" or "/etc/bootkernel.conf" controls all aspects of bootkernel's behaviour - your chosen naming conventions, whether to maintain symbolic or hard links or neither, which filesystems (if any) need mounting and unmounting, and whether to delete redundant /lib/modules...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DeneDown

    DeneDown

    Timed Sleep/Hibernate/Shutdown/Restart Tool

    ...Countdown timer displays time remaining until the action occurs. This is a combined x64/x86 version. (Note: Tool is idle when time reads 0 hr:0 mins) Consider Windows 10 has changed the console "shutdown.exe" command to be active only for 30 minutes max. With DeneDown, you can extend your sleep/shutdown/hibernation period much longer, as it was in previous Windows versions. This is particularly useful when you are leaving your system to let it image the drives, but do not want to leave your PC on after completing the imaging.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    lux

    Extended Lua for Unix

    Custom Lua interpreter, libraries, and bindings for Unix platforms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The FreeRC Project

    The FreeRC Project

    init, supervision, and service management suite + boot scripts

    FreeRC is an init suite consisting of boot scripts written in Lua and a small, fast, and portable init daemon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MultiBootUSB

    MultiBootUSB

    Create multiboot live Linux on a USB disk

    MultiBootUSB is a cross platform* software/utility to create multi boot live Linux on a removable USB disk. It is similar to UNetbootin but many distros can be installed, provided you have enough space on the disk. MultiBootUSB also provides an option to uninstall distro(s) at any time, if you wish.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 17
    multibootusb

    multibootusb

    Create multi boot live Linux on a USB disk...

    Multi Boot USB / MultiBoot USB / MultiBootUSB is a software / installer which allows user to install multiple Live Linux Distros in to a single USB drive / Pendrive / Flash drive and able to boot from it. USB can be tested without reboot using inbuilt QEMU.
    Leader badge
    Downloads: 300 This Week
    Last Update:
    See Project
  • 18

    MzBootImageMaker

    Utilitário para criação e edição de imagens de disquete.

    Utilitário para criação e edição de imagens de disquete. Ele efetua gravações por setor (dados a cabeça e o cilindro). É útil especialmente para a criação de imagens de boot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    IMPORTANT NEWS: UPX has moved to GitHub https://upx.github.io ========================
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 21
    uefi on loongson(MIPS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Dibbler - a portable DHCPv6

    Portable DHCPv6 implementation

    Dibbler is a portable DHCPv6 implementation. Is supports stateful (i.e. IPv6 address granting) as well as stateless (i.e. option granting) autoconfiguration for IPv6. Linux 2.4/2.6/3.0, Windows XP/2003/Vista/7/8 (experimental for NT4/2000), Mac OS X, FreeBSD, NetBSD and OpenBSD.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 23

    ufile

    Tools for cross building root file systems.

    If you build a root file system you often have to become root on your own host to call chown mknod and so on. With ufile you can do that things for another machine in a save way without the need becoming root on your own host. For more information have a glance at README.odt in the package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    tuptime

    tuptime

    Total uptime command

    Report historical and statistical running time of system and other components, keeping it between reboots. Like uptime command but with more interesting output. NOTE: Tuptime was completely rewriten in python and now its available in https://github.com/rfrail3/tuptime
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    DDriveWrite

    Disk image read writer

    DDriveWrite is a C#.Net project that facilitates direct reading and writing of a disk image to a disk drive in a manner not unlike a *nix 'dd' command to a drive device node. Designed for use in bootable USB image applications. Update: After about 2 years I've finally made a couple small updates, improving usability on more modern versions of windows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next