PHPackages                             pakuaos/app - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. pakuaos/app

ActiveLibrary[CLI &amp; Console](/categories/cli)

pakuaos/app
===========

CLI tool for finding and downloading operating systems — Find. Verify. Install.

1.0.4(yesterday)011↑2900%MITPHP ^8.2

Since Jul 22Compare

[ Source](https://github.com/mohamed-sinani/pakua-os)[ Packagist](https://packagist.org/packages/pakuaos/app)[ Docs](https://github.com/mohamed-sinani/pakuaos)[ RSS](/packages/pakuaos-app/feed)WikiDiscussions Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

PakuaOS
=======

[](#pakuaos)

> **Find. Verify. Download Operating Systems.**

PakuaOS is a CLI tool for downloading operating systems (Ubuntu, Windows, Kali, Fedora, etc.) from official sources with live progress and resume support.

---

How to Install
--------------

[](#how-to-install)

### Windows

[](#windows)

**Step 1** — Open **PowerShell** (right-click Start → Terminal)

**Step 2** — Install PHP

```
winget install PHP.PHP
```

**Step 3** — Install Composer

```
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php --install-dir=C:\bin --filename=composer
```

**Step 4** — Install PakuaOS

```
composer global require pakuaos/app
```

**Step 5** — Add to PATH

```
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Users\$env:USERNAME\AppData\Roaming\Composer\vendor\bin", "User")
```

Close and reopen PowerShell, then:

**Step 6** — Run

```
pakuaos
```

---

### Linux (Ubuntu/Debian)

[](#linux-ubuntudebian)

**Step 1** — Open **Terminal**

**Step 2** — Install PHP

```
sudo apt update
sudo apt install php-cli php-curl php-mbstring
```

**Step 3** — Install Composer

```
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
```

**Step 4** — Install PakuaOS

```
composer global require pakuaos/app
```

**Step 5** — Add to PATH

```
echo 'export PATH="$HOME/.config/composer/vendor/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
```

**Step 6** — Run

```
pakuaos
```

---

### macOS

[](#macos)

**Step 1** — Open **Terminal** (Spotlight → type "Terminal")

**Step 2** — Install Homebrew (if you don't have it)

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

**Step 3** — Install PHP and Composer

```
brew install php
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
```

**Step 4** — Install PakuaOS

```
composer global require pakuaos/app
```

**Step 5** — Add to PATH

```
echo 'export PATH="$HOME/.composer/vendor/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
```

**Step 6** — Run

```
pakuaos
```

---

How to Uninstall
----------------

[](#how-to-uninstall)

```
composer global remove pakuaos/app
```

---

How to Use
----------

[](#how-to-use)

### Download an Operating System

[](#download-an-operating-system)

```
1. Type 1 → Operating Systems
2. Pick a family: Linux / Windows / macOS
3. Pick a distro: Ubuntu / Debian / Kali / Fedora / Windows 11 ...
4. Pick a version
5. Pick architecture: amd64 / arm64
6. Type y → download starts

```

You'll see a live progress bar:

```
  [████████████████████░░░░░░░░░░░░░░░░░░░░] 45%  2.1 GB / 4.7 GB  12.3 MB/s  ETA 3m 12s

```

### Download by URL

[](#download-by-url)

```
1. Type 2 → Download by URL
2. Paste the download link
3. Type a filename
4. Download starts

```

### View History

[](#view-history)

```
1. Type 3 → My Downloads
2. See all past downloads with status
3. Resume interrupted downloads

```

### Go Back

[](#go-back)

At any step, type `0` to go back to the previous menu.

---

Supported Systems
-----------------

[](#supported-systems)

LinuxWindowsmacOSUbuntu 24.04 / 22.04Windows 11 25H2Sequoia 15Debian 12Windows 11 23H2Sonoma 14Fedora 42 / 41Windows 10 22H2Ventura 13Arch LinuxServer 2022Kali 2025.4Linux Mint 22.1openSUSE Leap 15.6---

Features
--------

[](#features)

- Official mirrors and sources only
- Fallback URLs if primary source fails
- Live progress with speed and ETA
- Resume interrupted downloads
- SHA256 hash verification
- Download history tracking

---

License
-------

[](#license)

MIT

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance100

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/aabb17ad70dc0e38b0e1ebed651f0f6963ed6c36426cb0b74ca89c0eef3919c8?d=identicon)[mohamed-sinani](/maintainers/mohamed-sinani)

---

Tags

cliisolinuxdownloadwindowsoperating systemmacos

### Embed Badge

![Health badge](/badges/pakuaos-app/health.svg)

```
[![Health](https://phpackages.com/badges/pakuaos-app/health.svg)](https://phpackages.com/packages/pakuaos-app)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
