Showing 9 open source projects for "pkg installer"

View related business solutions
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 1
    electron-builder

    electron-builder

    A complete solution to package and build a Electron app

    A complete solution to package and build a ready-for-distribution Electron, Proton Native app for macOS, Windows and Linux with “auto update” support out of the box. You can use electron-builder only to pack your electron app in a AppImage, Snaps, Debian package, NSIS, macOS installer component package (pkg) and other distributable formats. Build and publish in parallel, using hard links on CI server to reduce IO and disk space usage. Docker images to build Electron app for Linux or Windows on any platform. Downloads all required tools files on demand automatically (e.g. to code sign windows application, to make AppX), no need to setup. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    pkg

    pkg

    Package your Node.js project into an executable

    ...Make a demo/evaluation/trial version of your app without sources. Instantly make executables for other platforms (cross-compilation). Make some kind of self-extracting archive or installer. No need to install Node.js and npm to run the packaged application. No need to download hundreds of files via npm install to deploy your application. Deploy it as a single file. Put your assets inside the executable to make it even more portable. Test your app against new Node.js version without installing it. pkg was created for use within containers and is not intended for use in serverless environments. ...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 3
    ShriOS

    ShriOS

    ShriOS is arch linux based distro with 12 desktops.

    ShriOS is an unbreakable desktop operating system based on Arch linux. Believe yourself! Just install ShriOS, break it & Reboot. On grub menu, choose ShriOS bootable backups, select latest backup by date. And you're inside a working system. Now just restore. And boot normally. You're Happy. You can install 12 desktops with single iso file. On the Desktop you will see a file named myapps. In that file, you can type the name of apps, software that you wish to installed on your new system. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Arch Linux Desktop Install

    Arch Linux Desktop Install

    Arch Linux Desktop installer

    # archdi Just a simple bash script wizard to install and configure a full personal computer with Arch Linux. First, install Arch Linux with the official media and optionally with archfi. Look at archfi project to start your arch linux installation : https://github.com/MatMoul/archfi After reboot and your network ready, download the script : curl -L archdi.sf.net/archdi > archdi or if sourceforge is down : curl -L matmoul.github.io/archdi > archdi And run the script : sh...
    Downloads: 51 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5

    LGTOrepo

    Add EMC NetWorker (Legato) packages to a Solaris IPS repository

    Script to load (and convert) EMC NetWorker software (Legato NetWorker) from the SVR4 (System V R4) "pkgadd" format into IPS "pkg" format. These packages can be used to install the EMC NetWorker software for Solaris using IPS "pkg" commands or from within AI (Automated Installer) manifests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    create-virtualbox-repo

    OBSOLETE: Script to load VirtualBox packages into an IPS repository

    ** OBSOLETE PROJECT** VirtualBox.org is now supporting IPS (Solaris Image Packaging System) since: VirtualBox 6.1.18 (released January 19 2021) This (obsoleted) old script converts SVR4 "pkgadd" style packages of VirtualBox into Solaris IPS (Image Packaging System) packages. These packages can be used to install the VirtualBox guest additions for Solaris using IPS "pkg" commands or from within AI (Automated Installer) manifests. The script may still be useful in some special situations, for example if there is a reason to use the SVR4 packages instead of the IPS and convert the packages manually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ODrive

    ODrive

    Google Drive GUI for Windows / Mac / Linux

    ...This is a GUI client for Google Drive on linux application. All formats supported by electron-builder are available, such as 7z, zip, tar.gz, deb, rpm, freebsd, pacman, p5p, apk, dmg, pkg, mas, nsis, appx, msi. If you are working on the code yourself and editing some files in app/assets/, you will need to run npm run webpack (or npm install) for those changes to have an impact on the application. To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. There are currently three "release" formats supported: nsis (Windows installer) for Windows, AppImage for Linux, and DMG for Mac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    doil

    depend order install list ; apt-get w/total depends

    depend order install list ; doil-10.0.1 * works in Debian OS dpkg packaging (perhaps templates can be hackd for other) * doil is like dpkg + dselect but with mini txt menu + conflict resolver, quick. all in one yet small , hackable! * doil uses new capability of using gdeptrace (dep-trace) which orders things by all dependancies and acts in that order (not just on dependancies listed for 1 pkg). for one thing that means "remove and re-install all related" can work right. see...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB