Skip to content

Releases: FJRG2007/prunex

v0.0.33

Choose a tag to compare

@github-actions github-actions released this 29 Apr 02:59

⬇️ Downloads

Two flavors of prunex ship in this release - CLI (terminal,
all platforms) and Studio (desktop UI, Windows only for now).
They share the same engine, the Studio internally uses the same
Rust core that the CLI does.

πŸ–₯ Desktop UI (Studio)

Visual front-end for users who prefer point-and-click over a
terminal. Cloned from Win11Debloat's WPF look (sidebar,
categorized features, dry-run preview).

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 (installer) x86_64 prunex-studio-windows-setup.exe
πŸͺŸ Windows 10 1903+ / 11 (portable) x86_64 prunex-studio-windows.exe
🐧 Linux (AppImage) x86_64 prunex-studio-linux-x86_64.AppImage
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-studio-macos-aarch64.dmg
  • Windows: download either the installer (auto-update + Start
    menu shortcut) or the portable .exe (zero-install). Win11 has
    WebView2 preinstalled; Win10 1903+ either has it via the
    modern Edge install, or the installer auto-fetches it. Older
    Windows builds (≀ 1809, Server 2016, etc.) are not supported.
  • Linux: chmod +x prunex-studio-linux-x86_64.AppImage then
    run. Requires WebKitGTK 4.1 (Ubuntu 24.04+, Fedora 39+, modern
    Arch). On older distros: sudo apt install libwebkit2gtk-4.1-0.
  • macOS: requires macOS 14 (Sonoma) or newer on Apple
    Silicon. Intel Macs are not built (the runner pool is in
    GitHub deprecation; if you're on Intel Mac, use the CLI). Open
    the .dmg, drag prunex-studio to Applications. Unsigned for
    now; Gatekeeper will warn (right-click β†’ Open the first time,
    or run xattr -d com.apple.quarantine /Applications/prunex-studio.app).

The Studio currently exposes the Windows debloat catalog
on every OS (the catalog is data-driven; Linux + macOS catalogs
are coming). On non-Windows the UI launches but the feature
list is empty.

⌨️ Command line (CLI / TUI)

Pick the asset that matches your OS and CPU architecture:

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 x86_64 prunex.exe
🐧 Linux (glibc 2.35+) x86_64 prunex-linux-x86_64
🐧 Linux (glibc 2.35+) aarch64 prunex-linux-aarch64
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-macos-aarch64

On Linux / macOS, mark the downloaded binary executable first:

chmod +x prunex-*

Then register it on your User PATH so prunex is callable from any terminal:

./prunex path install
# Windows: .\prunex.exe path install

Open a new terminal and prunex --help works globally.

Or update an existing install in place from any prunex version on the same machine:

prunex update install

Full Changelog: v0.0.32...v0.0.33

v0.0.32

Choose a tag to compare

@github-actions github-actions released this 29 Apr 02:19

⬇️ Downloads

Two flavors of prunex ship in this release - CLI (terminal,
all platforms) and Studio (desktop UI, Windows only for now).
They share the same engine, the Studio internally uses the same
Rust core that the CLI does.

πŸ–₯ Desktop UI (Studio)

Visual front-end for users who prefer point-and-click over a
terminal. Cloned from Win11Debloat's WPF look (sidebar,
categorized features, dry-run preview).

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 (installer) x86_64 prunex-studio-windows-setup.exe
πŸͺŸ Windows 10 1903+ / 11 (portable) x86_64 prunex-studio-windows.exe
🐧 Linux (AppImage) x86_64 prunex-studio-linux-x86_64.AppImage
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-studio-macos-aarch64.dmg
  • Windows: download either the installer (auto-update + Start
    menu shortcut) or the portable .exe (zero-install). Win11 has
    WebView2 preinstalled; Win10 1903+ either has it via the
    modern Edge install, or the installer auto-fetches it. Older
    Windows builds (≀ 1809, Server 2016, etc.) are not supported.
  • Linux: chmod +x prunex-studio-linux-x86_64.AppImage then
    run. Requires WebKitGTK 4.1 (Ubuntu 24.04+, Fedora 39+, modern
    Arch). On older distros: sudo apt install libwebkit2gtk-4.1-0.
  • macOS: requires macOS 14 (Sonoma) or newer on Apple
    Silicon. Intel Macs are not built (the runner pool is in
    GitHub deprecation; if you're on Intel Mac, use the CLI). Open
    the .dmg, drag prunex-studio to Applications. Unsigned for
    now; Gatekeeper will warn (right-click β†’ Open the first time,
    or run xattr -d com.apple.quarantine /Applications/prunex-studio.app).

The Studio currently exposes the Windows debloat catalog
on every OS (the catalog is data-driven; Linux + macOS catalogs
are coming). On non-Windows the UI launches but the feature
list is empty.

⌨️ Command line (CLI / TUI)

Pick the asset that matches your OS and CPU architecture:

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 x86_64 prunex.exe
🐧 Linux (glibc 2.35+) x86_64 prunex-linux-x86_64
🐧 Linux (glibc 2.35+) aarch64 prunex-linux-aarch64
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-macos-aarch64

On Linux / macOS, mark the downloaded binary executable first:

chmod +x prunex-*

Then register it on your User PATH so prunex is callable from any terminal:

./prunex path install
# Windows: .\prunex.exe path install

Open a new terminal and prunex --help works globally.

Or update an existing install in place from any prunex version on the same machine:

prunex update install

Full Changelog: v0.0.31...v0.0.32

v0.0.31

Choose a tag to compare

@github-actions github-actions released this 29 Apr 01:25

⬇️ Downloads

Two flavors of prunex ship in this release - CLI (terminal,
all platforms) and Studio (desktop UI, Windows only for now).
They share the same engine, the Studio internally uses the same
Rust core that the CLI does.

πŸ–₯ Desktop UI (Studio)

Visual front-end for users who prefer point-and-click over a
terminal. Cloned from Win11Debloat's WPF look (sidebar,
categorized features, dry-run preview).

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 (installer) x86_64 prunex-studio-windows-setup.exe
πŸͺŸ Windows 10 1903+ / 11 (portable) x86_64 prunex-studio-windows.exe
🐧 Linux (AppImage) x86_64 prunex-studio-linux-x86_64.AppImage
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-studio-macos-aarch64.dmg
  • Windows: download either the installer (auto-update + Start
    menu shortcut) or the portable .exe (zero-install). Win11 has
    WebView2 preinstalled; Win10 1903+ either has it via the
    modern Edge install, or the installer auto-fetches it. Older
    Windows builds (≀ 1809, Server 2016, etc.) are not supported.
  • Linux: chmod +x prunex-studio-linux-x86_64.AppImage then
    run. Requires WebKitGTK 4.1 (Ubuntu 24.04+, Fedora 39+, modern
    Arch). On older distros: sudo apt install libwebkit2gtk-4.1-0.
  • macOS: requires macOS 14 (Sonoma) or newer on Apple
    Silicon. Intel Macs are not built (the runner pool is in
    GitHub deprecation; if you're on Intel Mac, use the CLI). Open
    the .dmg, drag prunex-studio to Applications. Unsigned for
    now; Gatekeeper will warn (right-click β†’ Open the first time,
    or run xattr -d com.apple.quarantine /Applications/prunex-studio.app).

The Studio currently exposes the Windows debloat catalog
on every OS (the catalog is data-driven; Linux + macOS catalogs
are coming). On non-Windows the UI launches but the feature
list is empty.

⌨️ Command line (CLI / TUI)

Pick the asset that matches your OS and CPU architecture:

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 x86_64 prunex.exe
🐧 Linux (glibc 2.35+) x86_64 prunex-linux-x86_64
🐧 Linux (glibc 2.35+) aarch64 prunex-linux-aarch64
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-macos-aarch64

On Linux / macOS, mark the downloaded binary executable first:

chmod +x prunex-*

Then register it on your User PATH so prunex is callable from any terminal:

./prunex path install
# Windows: .\prunex.exe path install

Open a new terminal and prunex --help works globally.

Or update an existing install in place from any prunex version on the same machine:

prunex update install

Full Changelog: v0.0.30...v0.0.31

v0.0.30

Choose a tag to compare

@github-actions github-actions released this 28 Apr 23:24

⬇️ Downloads

Two flavors of prunex ship in this release - CLI (terminal,
all platforms) and Studio (desktop UI, Windows only for now).
They share the same engine, the Studio internally uses the same
Rust core that the CLI does.

πŸ–₯ Desktop UI (Studio)

Visual front-end for users who prefer point-and-click over a
terminal. Cloned from Win11Debloat's WPF look (sidebar,
categorized features, dry-run preview).

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 (installer) x86_64 prunex-studio-windows-setup.exe
πŸͺŸ Windows 10 1903+ / 11 (portable) x86_64 prunex-studio-windows.exe
🐧 Linux (AppImage) x86_64 prunex-studio-linux-x86_64.AppImage
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-studio-macos-aarch64.dmg
  • Windows: download either the installer (auto-update + Start
    menu shortcut) or the portable .exe (zero-install). Win11 has
    WebView2 preinstalled; Win10 1903+ either has it via the
    modern Edge install, or the installer auto-fetches it. Older
    Windows builds (≀ 1809, Server 2016, etc.) are not supported.
  • Linux: chmod +x prunex-studio-linux-x86_64.AppImage then
    run. Requires WebKitGTK 4.1 (Ubuntu 24.04+, Fedora 39+, modern
    Arch). On older distros: sudo apt install libwebkit2gtk-4.1-0.
  • macOS: requires macOS 14 (Sonoma) or newer on Apple
    Silicon. Intel Macs are not built (the runner pool is in
    GitHub deprecation; if you're on Intel Mac, use the CLI). Open
    the .dmg, drag prunex-studio to Applications. Unsigned for
    now; Gatekeeper will warn (right-click β†’ Open the first time,
    or run xattr -d com.apple.quarantine /Applications/prunex-studio.app).

The Studio currently exposes the Windows debloat catalog
on every OS (the catalog is data-driven; Linux + macOS catalogs
are coming). On non-Windows the UI launches but the feature
list is empty.

⌨️ Command line (CLI / TUI)

Pick the asset that matches your OS and CPU architecture:

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 x86_64 prunex.exe
🐧 Linux (glibc 2.35+) x86_64 prunex-linux-x86_64
🐧 Linux (glibc 2.35+) aarch64 prunex-linux-aarch64
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-macos-aarch64

On Linux / macOS, mark the downloaded binary executable first:

chmod +x prunex-*

Then register it on your User PATH so prunex is callable from any terminal:

./prunex path install
# Windows: .\prunex.exe path install

Open a new terminal and prunex --help works globally.

Or update an existing install in place from any prunex version on the same machine:

prunex update install

Full Changelog: v0.0.29...v0.0.30

v0.0.29

Choose a tag to compare

@github-actions github-actions released this 28 Apr 22:52

⬇️ Downloads

Two flavors of prunex ship in this release - CLI (terminal,
all platforms) and Studio (desktop UI, Windows only for now).
They share the same engine, the Studio internally uses the same
Rust core that the CLI does.

πŸ–₯ Desktop UI (Studio)

Visual front-end for users who prefer point-and-click over a
terminal. Cloned from Win11Debloat's WPF look (sidebar,
categorized features, dry-run preview).

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 (installer) x86_64 prunex-studio-windows-setup.exe
πŸͺŸ Windows 10 1903+ / 11 (portable) x86_64 prunex-studio-windows.exe
🐧 Linux (AppImage) x86_64 prunex-studio-linux-x86_64.AppImage
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-studio-macos-aarch64.dmg
  • Windows: download either the installer (auto-update + Start
    menu shortcut) or the portable .exe (zero-install). Win11 has
    WebView2 preinstalled; Win10 1903+ either has it via the
    modern Edge install, or the installer auto-fetches it. Older
    Windows builds (≀ 1809, Server 2016, etc.) are not supported.
  • Linux: chmod +x prunex-studio-linux-x86_64.AppImage then
    run. Requires WebKitGTK 4.1 (Ubuntu 24.04+, Fedora 39+, modern
    Arch). On older distros: sudo apt install libwebkit2gtk-4.1-0.
  • macOS: requires macOS 14 (Sonoma) or newer on Apple
    Silicon. Intel Macs are not built (the runner pool is in
    GitHub deprecation; if you're on Intel Mac, use the CLI). Open
    the .dmg, drag prunex-studio to Applications. Unsigned for
    now; Gatekeeper will warn (right-click β†’ Open the first time,
    or run xattr -d com.apple.quarantine /Applications/prunex-studio.app).

The Studio currently exposes the Windows debloat catalog
on every OS (the catalog is data-driven; Linux + macOS catalogs
are coming). On non-Windows the UI launches but the feature
list is empty.

⌨️ Command line (CLI / TUI)

Pick the asset that matches your OS and CPU architecture:

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 x86_64 prunex.exe
🐧 Linux (glibc 2.35+) x86_64 prunex-linux-x86_64
🐧 Linux (glibc 2.35+) aarch64 prunex-linux-aarch64
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-macos-aarch64

On Linux / macOS, mark the downloaded binary executable first:

chmod +x prunex-*

Then register it on your User PATH so prunex is callable from any terminal:

./prunex path install
# Windows: .\prunex.exe path install

Open a new terminal and prunex --help works globally.

Or update an existing install in place from any prunex version on the same machine:

prunex update install

Full Changelog: v0.0.28...v0.0.29

v0.0.28

Choose a tag to compare

@github-actions github-actions released this 28 Apr 21:44

⬇️ Downloads

Two flavors of prunex ship in this release - CLI (terminal,
all platforms) and Studio (desktop UI, Windows only for now).
They share the same engine, the Studio internally uses the same
Rust core that the CLI does.

πŸ–₯ Desktop UI (Studio)

Visual front-end for users who prefer point-and-click over a
terminal. Cloned from Win11Debloat's WPF look (sidebar,
categorized features, dry-run preview).

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 (installer) x86_64 prunex-studio-windows-setup.exe
πŸͺŸ Windows 10 1903+ / 11 (portable) x86_64 prunex-studio-windows.exe
🐧 Linux (AppImage) x86_64 prunex-studio-linux-x86_64.AppImage
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-studio-macos-aarch64.dmg
  • Windows: download either the installer (auto-update + Start
    menu shortcut) or the portable .exe (zero-install). Win11 has
    WebView2 preinstalled; Win10 1903+ either has it via the
    modern Edge install, or the installer auto-fetches it. Older
    Windows builds (≀ 1809, Server 2016, etc.) are not supported.
  • Linux: chmod +x prunex-studio-linux-x86_64.AppImage then
    run. Requires WebKitGTK 4.1 (Ubuntu 24.04+, Fedora 39+, modern
    Arch). On older distros: sudo apt install libwebkit2gtk-4.1-0.
  • macOS: requires macOS 14 (Sonoma) or newer on Apple
    Silicon. Intel Macs are not built (the runner pool is in
    GitHub deprecation; if you're on Intel Mac, use the CLI). Open
    the .dmg, drag prunex-studio to Applications. Unsigned for
    now; Gatekeeper will warn (right-click β†’ Open the first time,
    or run xattr -d com.apple.quarantine /Applications/prunex-studio.app).

The Studio currently exposes the Windows debloat catalog
on every OS (the catalog is data-driven; Linux + macOS catalogs
are coming). On non-Windows the UI launches but the feature
list is empty.

⌨️ Command line (CLI / TUI)

Pick the asset that matches your OS and CPU architecture:

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 x86_64 prunex.exe
🐧 Linux (glibc 2.35+) x86_64 prunex-linux-x86_64
🐧 Linux (glibc 2.35+) aarch64 prunex-linux-aarch64
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-macos-aarch64

On Linux / macOS, mark the downloaded binary executable first:

chmod +x prunex-*

Then register it on your User PATH so prunex is callable from any terminal:

./prunex path install
# Windows: .\prunex.exe path install

Open a new terminal and prunex --help works globally.

Or update an existing install in place from any prunex version on the same machine:

prunex update install

Full Changelog: v0.0.27...v0.0.28

v0.0.27

Choose a tag to compare

@github-actions github-actions released this 28 Apr 21:18

⬇️ Downloads

Two flavors of prunex ship in this release - CLI (terminal,
all platforms) and Studio (desktop UI, Windows only for now).
They share the same engine, the Studio internally uses the same
Rust core that the CLI does.

πŸ–₯ Desktop UI (Studio)

Visual front-end for users who prefer point-and-click over a
terminal. Cloned from Win11Debloat's WPF look (sidebar,
categorized features, dry-run preview).

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 (installer) x86_64 prunex-studio-windows-setup.exe
πŸͺŸ Windows 10 1903+ / 11 (portable) x86_64 prunex-studio-windows.exe
🐧 Linux (AppImage) x86_64 prunex-studio-linux-x86_64.AppImage
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-studio-macos-aarch64.dmg
  • Windows: download either the installer (auto-update + Start
    menu shortcut) or the portable .exe (zero-install). Win11 has
    WebView2 preinstalled; Win10 1903+ either has it via the
    modern Edge install, or the installer auto-fetches it. Older
    Windows builds (≀ 1809, Server 2016, etc.) are not supported.
  • Linux: chmod +x prunex-studio-linux-x86_64.AppImage then
    run. Requires WebKitGTK 4.1 (Ubuntu 24.04+, Fedora 39+, modern
    Arch). On older distros: sudo apt install libwebkit2gtk-4.1-0.
  • macOS: requires macOS 14 (Sonoma) or newer on Apple
    Silicon. Intel Macs are not built (the runner pool is in
    GitHub deprecation; if you're on Intel Mac, use the CLI). Open
    the .dmg, drag prunex-studio to Applications. Unsigned for
    now; Gatekeeper will warn (right-click β†’ Open the first time,
    or run xattr -d com.apple.quarantine /Applications/prunex-studio.app).

The Studio currently exposes the Windows debloat catalog
on every OS (the catalog is data-driven; Linux + macOS catalogs
are coming). On non-Windows the UI launches but the feature
list is empty.

⌨️ Command line (CLI / TUI)

Pick the asset that matches your OS and CPU architecture:

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 x86_64 prunex.exe
🐧 Linux (glibc 2.35+) x86_64 prunex-linux-x86_64
🐧 Linux (glibc 2.35+) aarch64 prunex-linux-aarch64
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-macos-aarch64

On Linux / macOS, mark the downloaded binary executable first:

chmod +x prunex-*

Then register it on your User PATH so prunex is callable from any terminal:

./prunex path install
# Windows: .\prunex.exe path install

Open a new terminal and prunex --help works globally.

Or update an existing install in place from any prunex version on the same machine:

prunex update install

Full Changelog: v0.0.26...v0.0.27

v0.0.26

Choose a tag to compare

@github-actions github-actions released this 28 Apr 20:45

⬇️ Downloads

Two flavors of prunex ship in this release - CLI (terminal,
all platforms) and Studio (desktop UI, Windows only for now).
They share the same engine, the Studio internally uses the same
Rust core that the CLI does.

πŸ–₯ Desktop UI (Studio)

Visual front-end for users who prefer point-and-click over a
terminal. Cloned from Win11Debloat's WPF look (sidebar,
categorized features, dry-run preview).

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 (installer) x86_64 prunex-studio-windows-setup.exe
πŸͺŸ Windows 10 1903+ / 11 (portable) x86_64 prunex-studio-windows.exe
🐧 Linux (AppImage) x86_64 prunex-studio-linux-x86_64.AppImage
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-studio-macos-aarch64.dmg
  • Windows: download either the installer (auto-update + Start
    menu shortcut) or the portable .exe (zero-install). Win11 has
    WebView2 preinstalled; Win10 1903+ either has it via the
    modern Edge install, or the installer auto-fetches it. Older
    Windows builds (≀ 1809, Server 2016, etc.) are not supported.
  • Linux: chmod +x prunex-studio-linux-x86_64.AppImage then
    run. Requires WebKitGTK 4.1 (Ubuntu 24.04+, Fedora 39+, modern
    Arch). On older distros: sudo apt install libwebkit2gtk-4.1-0.
  • macOS: requires macOS 14 (Sonoma) or newer on Apple
    Silicon. Intel Macs are not built (the runner pool is in
    GitHub deprecation; if you're on Intel Mac, use the CLI). Open
    the .dmg, drag prunex-studio to Applications. Unsigned for
    now; Gatekeeper will warn (right-click β†’ Open the first time,
    or run xattr -d com.apple.quarantine /Applications/prunex-studio.app).

The Studio currently exposes the Windows debloat catalog
on every OS (the catalog is data-driven; Linux + macOS catalogs
are coming). On non-Windows the UI launches but the feature
list is empty.

⌨️ Command line (CLI / TUI)

Pick the asset that matches your OS and CPU architecture:

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 x86_64 prunex.exe
🐧 Linux (glibc 2.35+) x86_64 prunex-linux-x86_64
🐧 Linux (glibc 2.35+) aarch64 prunex-linux-aarch64
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-macos-aarch64

On Linux / macOS, mark the downloaded binary executable first:

chmod +x prunex-*

Then register it on your User PATH so prunex is callable from any terminal:

./prunex path install
# Windows: .\prunex.exe path install

Open a new terminal and prunex --help works globally.

Or update an existing install in place from any prunex version on the same machine:

prunex update install

Full Changelog: v0.0.25...v0.0.26

v0.0.25

Choose a tag to compare

@github-actions github-actions released this 28 Apr 20:18

⬇️ Downloads

Two flavors of prunex ship in this release - CLI (terminal,
all platforms) and Studio (desktop UI, Windows only for now).
They share the same engine, the Studio internally uses the same
Rust core that the CLI does.

πŸ–₯ Desktop UI (Studio)

Visual front-end for users who prefer point-and-click over a
terminal. Cloned from Win11Debloat's WPF look (sidebar,
categorized features, dry-run preview).

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 (installer) x86_64 prunex-studio-windows-setup.exe
πŸͺŸ Windows 10 1903+ / 11 (portable) x86_64 prunex-studio-windows.exe
🐧 Linux (AppImage) x86_64 prunex-studio-linux-x86_64.AppImage
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-studio-macos-aarch64.dmg
  • Windows: download either the installer (auto-update + Start
    menu shortcut) or the portable .exe (zero-install). Win11 has
    WebView2 preinstalled; Win10 1903+ either has it via the
    modern Edge install, or the installer auto-fetches it. Older
    Windows builds (≀ 1809, Server 2016, etc.) are not supported.
  • Linux: chmod +x prunex-studio-linux-x86_64.AppImage then
    run. Requires WebKitGTK 4.1 (Ubuntu 24.04+, Fedora 39+, modern
    Arch). On older distros: sudo apt install libwebkit2gtk-4.1-0.
  • macOS: requires macOS 14 (Sonoma) or newer on Apple
    Silicon. Intel Macs are not built (the runner pool is in
    GitHub deprecation; if you're on Intel Mac, use the CLI). Open
    the .dmg, drag prunex-studio to Applications. Unsigned for
    now; Gatekeeper will warn (right-click β†’ Open the first time,
    or run xattr -d com.apple.quarantine /Applications/prunex-studio.app).

The Studio currently exposes the Windows debloat catalog
on every OS (the catalog is data-driven; Linux + macOS catalogs
are coming). On non-Windows the UI launches but the feature
list is empty.

⌨️ Command line (CLI / TUI)

Pick the asset that matches your OS and CPU architecture:

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 x86_64 prunex.exe
🐧 Linux (glibc 2.35+) x86_64 prunex-linux-x86_64
🐧 Linux (glibc 2.35+) aarch64 prunex-linux-aarch64
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-macos-aarch64

On Linux / macOS, mark the downloaded binary executable first:

chmod +x prunex-*

Then register it on your User PATH so prunex is callable from any terminal:

./prunex path install
# Windows: .\prunex.exe path install

Open a new terminal and prunex --help works globally.

Or update an existing install in place from any prunex version on the same machine:

prunex update install

Full Changelog: v0.0.24...v0.0.25

v0.0.24

Choose a tag to compare

@github-actions github-actions released this 28 Apr 18:02

⬇️ Downloads

Two flavors of prunex ship in this release - CLI (terminal,
all platforms) and Studio (desktop UI, Windows only for now).
They share the same engine, the Studio internally uses the same
Rust core that the CLI does.

πŸ–₯ Desktop UI (Studio)

Visual front-end for users who prefer point-and-click over a
terminal. Cloned from Win11Debloat's WPF look (sidebar,
categorized features, dry-run preview).

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 (installer) x86_64 prunex-studio-windows-setup.exe
πŸͺŸ Windows 10 1903+ / 11 (portable) x86_64 prunex-studio-windows.exe
🐧 Linux (AppImage) x86_64 prunex-studio-linux-x86_64.AppImage
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-studio-macos-aarch64.dmg
  • Windows: download either the installer (auto-update + Start
    menu shortcut) or the portable .exe (zero-install). Win11 has
    WebView2 preinstalled; Win10 1903+ either has it via the
    modern Edge install, or the installer auto-fetches it. Older
    Windows builds (≀ 1809, Server 2016, etc.) are not supported.
  • Linux: chmod +x prunex-studio-linux-x86_64.AppImage then
    run. Requires WebKitGTK 4.1 (Ubuntu 24.04+, Fedora 39+, modern
    Arch). On older distros: sudo apt install libwebkit2gtk-4.1-0.
  • macOS: requires macOS 14 (Sonoma) or newer on Apple
    Silicon. Intel Macs are not built (the runner pool is in
    GitHub deprecation; if you're on Intel Mac, use the CLI). Open
    the .dmg, drag prunex-studio to Applications. Unsigned for
    now; Gatekeeper will warn (right-click β†’ Open the first time,
    or run xattr -d com.apple.quarantine /Applications/prunex-studio.app).

The Studio currently exposes the Windows debloat catalog
on every OS (the catalog is data-driven; Linux + macOS catalogs
are coming). On non-Windows the UI launches but the feature
list is empty.

⌨️ Command line (CLI / TUI)

Pick the asset that matches your OS and CPU architecture:

Platform Architecture File
πŸͺŸ Windows 10 1903+ / 11 x86_64 prunex.exe
🐧 Linux (glibc 2.35+) x86_64 prunex-linux-x86_64
🐧 Linux (glibc 2.35+) aarch64 prunex-linux-aarch64
🍎 macOS 14+ (Apple Silicon) aarch64 prunex-macos-aarch64

On Linux / macOS, mark the downloaded binary executable first:

chmod +x prunex-*

Then register it on your User PATH so prunex is callable from any terminal:

./prunex path install
# Windows: .\prunex.exe path install

Open a new terminal and prunex --help works globally.

Or update an existing install in place from any prunex version on the same machine:

prunex update install

Full Changelog: v0.0.23...v0.0.24