System

Zoi – universal package manager and environment setup tool

Zoi is a universal package manager and environment setup tool, designed to simplify package management and environment configuration across multiple operating systems.

It’s part of the Zillowe Development Suite (ZDS) and aims to streamline your development workflow by managing tools and project environments with ease.

This is free and open source software.

Features include:

  • Universal Package Support: Install packages from various sources: binaries, compressed archives, build from source, or installer scripts.
  • Extensive Dependency Management: Integrates with over 30+ package managers (apt, brew, cargo, npm, pip, scoop, etc.) to handle dependencies.
  • Rich Dependencies: Packages can define runtime and build dependencies with required, optional, and selectable options groups.
  • Project Environments: Easily define and manage project-specific environments and commands using zoi.yaml.
  • Repository-Based: Manage packages from official or community repositories. Easily add your own.
  • Intuitive CLI: A simple and powerful command-line interface with helpful aliases for a better developer experience.
  • Package Types: Supports standard packages, meta-packages (collections), background services, configuration packages, extensions, libraries, and app templates.
  • Secure Package Distribution: Support for checksums and GPG signatures to verify package integrity and authenticity.
  • Tag-based Discovery: Search by and filter packages using tags for faster discovery.
  • Use as a Library: Integrate Zoi’s package management features directly into your Rust applications. See the Library documentation for details.
  • Package Recording & Re-installation: Automatically keeps a record of all installed packages, which can be used to easily reinstall them on a new machine.
  • Cross-platform support – runs under Linux, macOS, and Windows.

Website: gitlab.com/Zillowe/Zillwen/Zusty/Zoi
Support: Documentation
Developer: Zusty – Zillowe Foundation
License: Apache 2.0 License

zoi help

Zoi is written in Rust. Learn Rust with our recommended free books and free tutorials.


Popular series
Free and Open Source SoftwareThe largest compilation of the best free and open source software in the universe. Each article is supplied with a legendary ratings chart helping you to make informed decisions.
ReviewsHundreds of in-depth reviews offering our unbiased and expert opinion on software. We offer helpful and impartial information.
The Big List of Active Linux Distros is a large compilation of actively developed Linux distributions.
Alternatives to Proprietary SoftwareReplace proprietary software with open source alternatives: Google, Microsoft, Apple, Adobe, IBM, Autodesk, Oracle, Atlassian, Corel, Cisco, Intuit, SAS, Progress, Salesforce, and Citrix
GamesAwesome Free Linux Games Tools showcases a series of tools that making gaming on Linux a more pleasurable experience. This is a new series.
Artificial intelligence iconMachine Learning explores practical applications of machine learning and deep learning from a Linux perspective. We've written reviews of more than 40 self-hosted apps. All are free and open source.
Guide to LinuxNew to Linux? Read our Linux for Starters series. We start right at the basics and teach you everything you need to know to get started with Linux.
Alternatives to popular CLI tools showcases essential tools that are modern replacements for core Linux utilities.
System ToolsEssential Linux system tools focuses on small, indispensable utilities, useful for system administrators as well as regular users.
ProductivityLinux utilities to maximise your productivity. Small, indispensable tools, useful for anyone running a Linux machine.
AudioSurveys popular streaming services from a Linux perspective: Amazon Music Unlimited, Myuzi, Spotify, Deezer, Tidal.
Saving Money with LinuxSaving Money with Linux looks at how you can reduce your energy bills running Linux.
Home ComputersHome computers became commonplace in the 1980s. Emulate home computers including the Commodore 64, Amiga, Atari ST, ZX81, Amstrad CPC, and ZX Spectrum.
Now and ThenNow and Then examines how promising open source software fared over the years. It can be a bumpy ride.
Linux at HomeLinux at Home looks at a range of home activities where Linux can play its part, making the most of our time at home, keeping active and engaged.
Linux CandyLinux Candy reveals the lighter side of Linux. Have some fun and escape from the daily drudgery.
DockerGetting Started with Docker helps you master Docker, a set of platform as a service products that delivers software in packages called containers.
Android AppsBest Free Android Apps. We showcase free Android apps that are definitely worth downloading. There's a strict eligibility criteria for inclusion in this series.
Programming BooksThese best free books accelerate your learning of every programming language. Learn a new language today!
Programming TutorialsThese free tutorials offer the perfect tonic to our free programming books series.
Linux Around The WorldLinux Around The World showcases usergroups that are relevant to Linux enthusiasts. Great ways to meet up with fellow enthusiasts.
Stars and StripesStars and Stripes is an occasional series looking at the impact of Linux in the USA.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Read our Comment FAQ before commenting.

5 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
ZilloweZ
ZilloweZ
1 month ago

Hi, I’m the author of Zoi, thank you so much for sharing my project, v5 Beta is on the way and it has so many exciting features

Niall
Niall
1 month ago
Reply to  ZilloweZ

Looks an impressive tool – a single tool that lets you manage packages whatever they are is really interesting and a very worthwhile project.

I’m a bit wary about using pip. Does Zoi stop pip from polluting the system, as I always read that it’s much safer to use a conda environment or something like pipx rather than use pip?

ZilloweZ
ZilloweZ
1 month ago
Reply to  Niall

I don’t really use python, but Zoi is a binary and source package manager with a build system soon.

Do you have any suggestions for python integration?

Zoi has a rich dependency system that can install dependencies from other package managers like pip, pipx and conda but it doesn’t organise them, it just run the install command from that package manager.

You can take look at the docs for all the features.

ZilloweZ
ZilloweZ
1 month ago
Reply to  Steve Emms

Thank you, I really appreciate it.

Zoi’s purpose is to be a binary/source package manager with a build system (currently working on it) so its not tide to python ecosystem, but you can add dependencies from other package managers such as conda, pip, pipx and uv (handled by running the equivalent commands).

I’ll probably create a language-specific package later but for now just that.