Showing 56 open source projects for "alpine"

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
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1
    Livewire Datatables

    Livewire Datatables

    Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine

    Advanced data tables using Laravel, Livewire, Tailwind CSS, and Alpine JS. It is possible to take full control over your table, you can define a builder method using whatever query you like, using your own joins, groups, etc., and then name your columns using your normal SQL syntax. If you want to give your users the ability to pin specific records to be able to, for example, compare them with each other, you can use the CanPinRecords trait.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    xfrpc

    xfrpc

    The xfrpc project is an implementation of frp client written in C

    The xfrpc project is an implementation of frp client written in C language for OpenWRT and IOT system. The main motivation of this project is to provide a lightweight solution for devices with limited resources such as OpenWRT devices which often have limited ROM and RAM space. The project aims to provide a frp client that uses less space and memory than other available options.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    rapyd-livewire

    rapyd-livewire

    Rapyd: crud widgets for laravel. datatable, grids, forms

    A laravel library of blade components, livewire traits, and modules scaffolder that you can use to generate administration interfaces in a concise, reusable, uncluttered, and testable manner. It also bundles standard frontend libraries like Bootstrap, Vue, Alpine, Tom Select, and Quill to be used as fast boilerplate for your laravel admin panels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TheMatrixVM
    ...Learning Pre-Requisites - This VM does not require exploiting a CVE, or use of MetaSploit/Commercial exploit tools. - Requires intermediary knowlege of linux as it is based on Alpine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    WARP one-click script

    WARP one-click script

    Add an IPv4, IPv6 or dual-stack CloudFlare WARP network interface

    ...Normal user-friendly menu, advanced users can quickly build through suffix options. Intelligent judgment of vps operating system, Ubuntu 16.04, 18.04, 20.04; Debian 9, 10, 11, CentOS 7, 8; Alpine and Arch Linux, please be sure to choose LTS system. Combined with Linux version and virtualization method, three WireGuard solutions are automatically selected. Network performance, kernel integration WireGuard > install kernel module > BoringTun > wireguard-go.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 6
    Filesystem

    Filesystem

    An implementation of C++17 std::filesystem

    This is a header-only single-file std::filesystem compatible helper library, based on the C++17 and C++20 specs, but implemented for C++11, C++14, C++17 or C++20 (tightly following the C++17 standard with very few documented exceptions). It is currently tested on macOS 10.12/10.14/10.15/11.6, Windows 10, Ubuntu 18.04, Ubuntu 20.04, CentOS 7, CentOS 8, FreeBSD 12, Alpine ARM/ARM64 Linux and Solaris 10 but should work on other systems too, as long as you have at least a C++11 compatible compiler. It should work with Android NDK, Emscripten and I even had reports of it being used on iOS (within sandboxing constraints) and with v1.5.6 there is experimental support for QNX. The support of Android NDK, Emscripten, QNX, and since 1.5.14 GNU/Hurd and Haiku is not backed up by automated testing but PRs and bug reports are welcome for those too and they are reported to work.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Just JavaScript

    Just JavaScript

    the only javascript runtime to hit no.1 on techempower

    The only javascript runtime to hit no.1 on techempower.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    GLab

    GLab

    The GitLab CLI tool

    GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching between windows and browser tabs. Work with issues, merge requests, watch running pipelines directly from your CLI among other features. Inspired by gh, the official GitHub CLI tool. glab is available for repositories hosted on GitLab.com and self-hosted GitLab Instances. glab supports multiple authenticated GitLab instances and automatically...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 9
    logspout

    logspout

    Log routing for Docker container logs

    ...For now it only captures stdout and stderr, but a module to collect container syslog is planned. Logspout is a very small Docker container (15.2MB virtual, based on Alpine). The simplest way to use logspout is to just take all logs and ship to a remote syslog. Just pass a syslog URI (or several comma separated URIs) as the command. Here we show use of the tls encrypted transport option in the URI. You can tell logspout to ignore specific containers by setting an environment variable when starting your container.
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    Alpine Chrome

    Alpine Chrome

    Chrome Headless docker images built upon alpine official image

    Chrome running in headless mode in a tiny Alpine image. In the world of webdev, the ability to run quickly end-to-end tests are important. Popular technologies like Puppeteer enable developers to make fun things like testing, automating forms, crawling, generating screenshots, and capturing timelines. And there is a secret: some of these features are directly available on Chrome!
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    pure sh bible

    pure sh bible

    A collection of pure POSIX sh alternatives to external processes

    pure sh bible is a collection of shell scripting recipes written strictly in POSIX sh, without relying on Bash-only or external utilities unless absolutely necessary. The goal is to show that you can do a surprising amount with just portable, “pure” shell, which makes your scripts work across many Unix-like systems out of the box. Each snippet solves a common task (string handling, arrays, math, file operations, argument parsing) and is written in a way that favors clarity and portability...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DockerSelenium

    DockerSelenium

    Selenium in Docker with Chrome and Firefox

    ...Note SeleniumHQ/docker-selenium and this one share the same purpose however both projects have diverged considerably in the last two years. Even though both projects share the same purpose is good to have alternatives, see also for example docker-alpine-selenium. Letting more than 1 docker-selenium project grow to be able to learn from each other's success or failures ultimately impacts the final users positively. This doesn't discard that at some point all selenium maintainers will sit together a sprint to coordinate some major changes and cleanup open issues and perhaps we might merge N similar projects in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Mobilinux - Linux for Android

    Mobilinux - Linux for Android

    This application will allow you to install and run Linux on Android !

    The app supports ROOTED as well as NOROOTED devices. Use your mobile as a Pocket PC !! For Root Method: The application creates a disk image on a flash card, mounts it and installs an OS distribution. Applications of the new system are run in a chroot environment and working together with the Android platform. All changes made on the device are reversible, i.e. the application and components can be removed completely. Installation of a distribution is done by downloading files from...
    Leader badge
    Downloads: 66 This Week
    Last Update:
    See Project
  • 14
    Linux Deploy

    Linux Deploy

    Install and run GNU/Linux on Android

    This application is open source software for quick and easy installation of the operating system (OS) GNU/Linux on your Android device. The application creates a disk image or a directory on a flash card or uses a partition or RAM, mounts it and installs an OS distribution. Applications of the new system are run in a chroot environment and working together with the Android platform. All changes made on the device are reversible, i.e. the application and components can be removed completely....
    Downloads: 23 This Week
    Last Update:
    See Project
  • 15

    Alpinelinux 3.7 aarch64 raspberrypi 3

    AlpineLinux 3.7 aarch64 kernel 4.10.17-v8+, built for the raspberrypi3

    ...The build environment I have used for this image was a raspberrypi 3 with Gentoo aarch64, while the kernel has been cross compiled using aarch64-unknown-linux-gnu. - Kernel: 4.10.17-v8+ - List of packages installed: musl busybox alpine-baselayout openrc alpine-conf libressl2.6-libcrypto libressl2.6-libssl zlib apk-tools busybox-suid busybox-initscripts scanelf musl-utils libc-utils alpine-keys alpine-base openssh-keygen openssh-client openssh-sftp-server openssh-server-common openssh-server openssh dbus-libs libnl3 pcsc-lite-libs wpa_supplicant sudo libcap chrony - md5sum: 65fa3f596c23c2bf68fbfec811aa6300 Pretty much everything works out of the box. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FFmpeg Docker image

    FFmpeg Docker image

    Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch

    ...The project compiles FFmpeg from source and packages it with various configurations and dependencies, enabling users to run FFmpeg without installing it directly on their systems. It supports multiple base operating systems such as Ubuntu, Alpine, and CentOS, offering flexibility depending on deployment needs. The images are designed for scalability, making them suitable for encoding farms and distributed processing pipelines. Different variants include hardware acceleration options and minimal builds for optimized performance and size. By isolating FFmpeg within containers, the project ensures consistent environments across development and production systems. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Restful APIs for Data Cleansing

    Restful APIs for Data Cleansing

    This is sister project for osDQ which provide Restful APIs

    ...This project will help projects which want embed data quality and data preparation features in their project or UI using restful calls. Data Cleansing APIs Dockerfile: # Pull base image FROM frnde/jetty-9.4.2-jre8-alpine-cet ADD osdq-v0.0.1.war /var/lib/jetty/webapps/osdq.war EXPOSE 8080 Docker Image https://hub.docker.com/r/vreddym/osdq-web/tags
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The continuation of the Alpine email client from University of Washington.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    rcard

    ncurses VCard 3.0 contact management editor

    ...It can: - load a vcf file - show all the contacts in a list - show more information about a single contact - perform a simple search in the contacts list - edit contacts - support UTF-8 (currently not on WIN32, though I'm not sure WIN32 console is actually able to support UTF-8) - convert the VCF(s) to Pine/Alpine addressbook format - import images from files as contacts photos The idea is based upon rolo (which you can find at SourceForge.net, too), but no original code remains. What is still not working: - showing a pretty screen for the contact details (for now it simply dump the information in vcard format)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NOTE: Development has been aborted. Please see the re-alpine project for a better alternative. oserp - stands for OpenSource Emailer Replaces Pine. First goal - replace pine with an open souce work-alike using perl. Second - add an SQL backend to Mail::Box, and thus to oserp. Third - Port to C++, using GNU MailUtils as the backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Get SSH access via your PC to iDevice. Default password is : alpine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ATS - Alpine Tool Set
    Tools for handling GPS Tracks / Maps etc. GPLed
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Alpine Network is a peer based application and network infrastructure designed for distributed resouce location, including file/data transfer. Alpine attempts to resolve the distributed search/sharing problem using an efficient messaging system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Alpine Financial Toolkit is a program to help see the big picture. It allows users to see their assets in a compact, meaningful form while still providing powerful tools to organize and plan for the future.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB