Showing 9 open source projects for "pkg installer"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try 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: 18 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: 25 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: 1 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: 49 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
  • 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: 3 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: 2 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
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB