[go: up one dir, main page]

Package Managers for ChromeOS

Browse free open source Package Managers and projects for ChromeOS below. Use the toggles on the left to filter open source Package Managers by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 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
  • 1
    Django-bower

    Django-bower

    Easy way to use bower with your django project

    django-bower is a Django app that lets you manage your front-end dependencies using Bower right from your Django project. Instead of manually dropping JavaScript and CSS libraries into your static folders, you declare them as Bower packages and let the app install them to a known location. It then provides Django settings and template tags to point STATICFILES_DIRS or STATIC_ROOT to those installed components. This keeps the back-end and front-end dependency story unified, versioned, and repeatable across environments. It’s especially useful for teams that used Bower-era front-end stacks and wanted to keep Django projects tidy and deployable. The app focuses on being predictable, configurable, and compatible with Django’s staticfiles pipeline.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    sensible.vim

    sensible.vim

    sensible.vim: Defaults everyone can agree on

    vim-sensible is a curated set of defaults that makes Vim behave more like developers expect in modern editing without heavy configuration. It flips on widely appreciated options to improve search, indentation, buffers, and UI cues so a fresh Vim becomes productive immediately. The philosophy is conservative: only enable settings that are broadly beneficial and unlikely to surprise seasoned users. It reduces the friction of onboarding to Vim by removing early paper cuts, letting you add personal preferences later from a sane baseline. The project acts as a living distillation of community wisdom about defaults that stand the test of time. By shipping just sensible toggles, it remains unobtrusive and easy to adopt in any dotfiles setup.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Blueprint Framework

    Blueprint Framework

    Powerful, fast and developer-friendly extension framework

    Blueprint Framework is an open-source extension framework for Pterodactyl, a popular game server management panel. It enables developers to create versatile, easy-to-install extensions that system administrators can deploy within minutes, without the need for custom coding across multiple panel modifications. Blueprint aims to provide a powerful, fast, and developer-friendly environment for building and managing extensions, offering comprehensive documentation, developer commands, and community support. ​
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Import from github_com

    Import from github_com

    Python module finder/loader from github, like in golang

    import_from_github_com is a playful yet practical experiment that lets you import Python modules directly from GitHub using an import-like mechanism. The idea is to remove the friction of “clone → install → import” when you just want to try out a single file or small repo. It hooks into Python’s import machinery so that when you reference a GitHub path, it fetches the code, stores it locally (often with caching), and makes it importable in the current environment. This is helpful for prototyping, teaching, or quickly exploring other people’s utilities without polluting your global site-packages. It also demonstrates how flexible Python’s import system is and can be used as a reference for custom importers. While not a substitute for proper packaging, it’s a clever shortcut for rapid experimentation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    golib

    golib

    Golang packages used in frp and fft

    golib is a collection of common Go packages extracted for reuse across the author’s projects, notably frp and fft. It serves as a shared foundation for IO helpers, messaging formats, and other utilities that would otherwise be copy-pasted between codebases. The repository is versioned and published as Go modules, making it easy to import stable subsets into downstream applications. Individual subpackages cover concerns like streaming IO and JSON message structures, keeping implementations small and composable. By consolidating these pieces, the ecosystem around frp/fft benefits from consistent behavior and fewer bespoke dependencies. The code is released under the Apache-2.0 license, enabling broad adoption in both open and closed source contexts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    LAMP package in Complete Virtual Machine

    LAMP package in Complete Virtual Machine

    A Quick LAMP/WAMP/MAMP/XAMPP Pkg for development, testing & production

    This VM is created for 2 reasons: 1. Very little initial setup work required to Develop / Test / Deploy a Dynamic Web Application live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other sample PHP project called teamdocs. You may cleanup this Application from the htdocs home folder link & its corresponding database, after logging into mysql. The mysql root login credentials, sample .mysql_history, sample .bash_history are all kept intact for quick references in the home folder. These files can be edited using the free FileZilla ftp client software. This is also explained in the video below. ) Once setup & running, please ensure that a Backup of the system, is taken regularly, to avoid any issues. These are covered in the video. Google Search helps in finding more about PHP development / troubleshooting.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 7
    Gobisoft

    Gobisoft

    Software auto-installation builder

    Gobisoft is a batch package builder for applications, it builds a self-install package of your programs. Creates a stand alone executable file that performs the (secured installation and removing) of the elements necessary to distribute your applications. The software offers many possibilities, such as executing commands before and after installation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    LAPP package in Complete Virtual Machine

    LAPP package in Complete Virtual Machine

    Quick Apache/PHP/Postgresql Pkg for development, testing & production

    This VM is created for 2 reasons: 1. Very little initial setup work required to Develop / Test / Deploy a Dynamic Web Application live. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other PHP project called teamdocs. Just replace td with lapp wherever mentioned ) Upload your PHP Files using the free FileZilla ftp client software, to this server called lapp.local and also connect to its postgresql db, using the free pgadmin gui client, from any PC on your LAN. After the application / database is ready, you can access it using https://lapp.local from any LAN PC. Backup the system regularly to avoid any issues. These are covered in the video. Google Search helps in finding more about PHP development / troubleshooting. Apart from Dynamic Applications, you can use this Virtual Machine, to host static webpages too, for the LAN environment.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Willow Willow is a Python build system that can be used to create, compile, delete, and add dependencies to projects. It is a command-line tool that can be used to automate various tasks related to building and managing software projects. Willow also provides an API that can be used to perform the same tasks programmatically. The willowapi module provides the following functions: create(name, location): creates a new project with the specified name at the specified location. compile(directory): compiles the project located at the specified directory. delete(directory): deletes the project located at the specified directory. add_dependency(project_dir, dep_dir, depname): adds the specified dependency to the project located at project_dir. getversion(): returns the current version of Willow. Conclusion Willow is a powerful tool for building and managing software projects in Python. It provides a simple command-line interface as well as a powerful API.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    0xcert

    0xcert

    JavaScript framework for building decentralized applications

    The 0xcert Framework is a platform that provides a complete set of tools for building powerful decentralized applications (dapps). Our mission is to equip application developers with a secure, agnostic, and opinionated framework with conventions to enable interoperability between applications. If you are new to blockchain try the 0xcert API for quick deployments of dapps with minimal effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TSDX

    TSDX

    Zero-config CLI for TypeScript package development

    Despite all the recent hype, setting up a new TypeScript (x React) library can be tough. Between Rollup, Jest, tsconfig, Yarn resolutions, TSLint, and getting VSCode to play nicely, there is just a whole lot of stuff to do (and things to screw up). TSDX is a zero-config CLI that helps you develop, test, and publish modern TypeScript packages with ease, so you can focus on your awesome new library and not waste another afternoon on the configuration. With TSDX, you can quickly bootstrap a new TypeScript project in seconds, instead of hours. TSDX will create a folder with the project template in it and install all dependencies. Once that's done, you're ready to rock. TypeScript, Rollup, Jest, ESlint, and all other plumbing are already set up with best practices. Just start editing src/index.ts (or src/index.tsx if you chose one of the React templates) and go.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next