Skip to content

Releases: pinokiocomputer/pinokio

v7.2.6

18 Apr 21:36

Choose a tag to compare

Bugfix Patch

1. FFMPEG Fix

Installs the latest version of FFMPEG to support new features, including torchcodec APIs: Without this, some newer apps were breaking (ACE-Step Audio, etc.)

2. Task Fix

There was a bug where starting a task from the task page (not inside universal modals) would hang the app. This has been fixed.


Pinokio Release Info

Code Signing Policy

Free code signing provided by SignPath.io, certificate by SignPath Foundation.

Privacy Policy

This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.

v7.2.0

15 Apr 14:22

Choose a tag to compare

Features

1. Universal Launcher

A universal launcher to launch "ask pinokio", "create app", "create plugin"

universallauncher

2. Tasks

Reusable, shareable, programmable tasks for running routine agent tasks with pinokio and ai agents.

Example: http://localhost:42000/task?ref=https%3A%2F%2Fgithub.com%2Fcocktailpeanut%2Fpinokio-researcher

tasks

3. Plugin Page Overhaul

Each plugin has its own page now, and simplified UI for interacting with them

plugins

4. Supply Chain Attack Protection

Protection against supply chain attacks for uv, npm, and bun.

All install pages now have a beta feature that lets you use the protected mode:

bluefairy_applied

Once selected, all pinokio shells launch with the protection to block too fresh packages published within the last 72 hours:

bluefairy_injected

5. Private Install

Install launchers and plugins from private github repos if logged into github from pinokio. No need to publish to pinokio registry.

private_install

6. App specific plugins

In addition to the global plugins (independent from apps), now apps can ship with plugins included.

Good for plugins that require instllation:

  • ai agent launchers that have stanalone launchers but also want to allow launching in any path
  • plugins that require an app to be installed because they rely on the apps

7. Display online terminals count

Screenshot 2026-04-07 at 3 55 08 PM
  1. if an app is not running but associated terminals (agent terminal, user terminal, etc.) are running, don't display as online
  2. By default display a link to app terminals
  3. If any terminals for an app are online, display the online terminals status, which when clicked, leads to the dev mode.

8. Improved user terminals

Instant loading

Now all available terminals instantly load on page load. no clicking through to lazy load.

Screenshot 2026-04-07 at 3 57 50 PM

Conda terminals

Previously the user terminals section only supported raw terminal or python terminals (venv activated terminals).

Now it also auto-discovers conda environments and displays them, so you can 1-click open them.

Screenshot 2026-04-07 at 3 58 07 PM

9. Clean up dev mode tabs

Clean up the status display so they're more legible.

The idle/live status should have its own row, both in vertical and horizontal mode

Horizontal mode:

Screenshot 2026-04-08 at 7 11 23 PM

Vertical mode:

Screenshot 2026-04-08 at 7 11 33 PM

Move the notification sound on/off inside the menu (save space)

10. Straightforward Onboarding

Get rid of ALL other UI components when home is not set

Screenshot 2026-04-08 at 6 57 51 PM

11. Windows zoom

Now you can simply use Ctrl + and Ctrl - to zoom in and out (No need to Ctrl Shift + for zoom in)

12. Chrome Browser ERR_BLOCKED_BY_LOCAL_NETWORK_ACCESS_CHECKS Error fix

Chrome now blocks redirection from https to localhost urls for security reasons.

This caused issues for checkins when you're using Pinokio in a browser (not inside the pinokio desktop app), when you try to check in:

blockerror

This has now been fixed. Now checking in from regular browser also works

13. Requirement Setup Page Overhaul

Previously the "requirements" page looked like this:

systemreq-before

Now has been changed to:

systemreq
  1. Instead of just saying packages are uninstalled, it correctly says "update required"
  2. The Install button is always visible prominently and do not require scrolling.

14. Unified Design Theme

Now the light-gold gradient design theme is applied to all pages, including home and the app pages.

newdesign

15. Bluefairy Protection Injection Fix

Previously when you run a script with protection on, and it fails, and you turn it off and run it again, it kept the stale state and kept using the protected shell instead of using non-protected sessions.

This has been fixed.

16. Various UX Issues fixed

Various labels everywhere

17. shell even capture fix

Fixed the bug where shell.run even capture would incorrectly capture events when "break": true is declared

on: "/error/i",
break: false

This should not trigger capture and just ignored.

18. additional zoom fix on windows

ctrl - also works

19. Deleting an app

deleting an app from its settings page should correctly return the user to the home page instead of replacing the app frame with home

20. Bun support

Now bun is included by default in pinokio

21. Faster startup

The startup is much faster, and the startup splash screen is draggable so it does not disrupt other apps in the background.

startscreen

Bugfix

  • PNPM has been broken in some environments. now works.
  • Fixed shell command quoting/rendering across POSIX, cmd.exe, and PowerShell, and fixed duplicate same-window app navigation.
  • Fixed Windows bash and conda path handling, and removed hardcoded Pinokio home assumptions in fallback/session paths.
  • When running a script immediately after pinokio launches, it waits until all the template variables are ready.
  • Fixed an edge case where scripts could keep executing steps when the user starts and immediately stops the script
  • Fixed the nested menus so they do not get hidden when the menu is dynamically rendered based on each app state
  • Do not display apps as online when apps are not running but plugin scripts are running for the app (since those are plugin scripts, and not apps)

Pinokio Release

Code Signing Policy

Free code signing provided by SignPath.io, certificate by SignPath Foundation.

Privacy Policy

This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.

v7.1.15

25 Mar 17:17

Choose a tag to compare

Pinokio Release

Bug Fix

1. App Crash Issue

Fix for the occasional crash

bugfix

2. Fix for Slow App Page Loads

Some apps with a lot of files would take very long to load, as much as 8 seconds. Now the bug has been fixed and should load near instant.

Polish

Dev Terminal Polish

The dev mode terminals are displayed in more organized manner

shellfix-cropped.mp4

Code Signing Policy

Free code signing provided by SignPath.io, certificate by SignPath Foundation.

Privacy Policy

This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.

v7.1.12

24 Mar 15:11

Choose a tag to compare

Bug Fixes

  • Proper usage of environment variables
  • Use app specific cache folder by default unless otherwise specified in ENVIRONMENT
  • Speed up agent workspace creation
  • zip/unzip module fix
  • dev page layout fix => display bash option on windows
  • Shell resolution by name
// works on windows
{
  method: "shell.run",
  params: {
    shell: "bash",
    message: "ls"
  }
}

v7.1.1

22 Mar 22:38

Choose a tag to compare

Pinokio Release

Bug Fixes

  • Fix “popout”: true tabs to open the page in a regular browser
  • Fix Terminal Event Parsing
  • UI fix for various edge case scenarios: mostly when the window size changes or becomes narrower

Agent Multiplayer Mode

  • Parallel Processing
  • Peer Networking
  • Peer Remote Control

Code Signing Policy

Free code signing provided by SignPath.io, certificate by SignPath Foundation.

Privacy Policy

This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.

v7.1.0

22 Mar 17:40

Choose a tag to compare

v7.1.0 Pre-release
Pre-release

Pinokio Release

Bug Fixes

  • Fix “popout”: true tabs to open the page in a regular browser
  • Fix Terminal Event Parsing
  • UI fix for various edge case scenarios: mostly when the window size changes or becomes narrower

Agent Multiplayer Mode

  • Parallel Processing
  • Peer Networking
  • Peer Remote Control

Code Signing Policy

Free code signing provided by SignPath.io, certificate by SignPath Foundation.

Privacy Policy

This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.

v7.0.0

17 Mar 14:59

Choose a tag to compare

Pinokio Release

Features

Inline ASK AI Sidebar

The app assistant sidebar lets you ask questions, fix bugs, learn more about the app, or even customize the app, all while still using the app.

askai2

Star Apps

star apps to bump them to the top, and make them more discoverable by agents

starapp

debugger

The settings page has a "debugger" section that provides:

  • command resolver: enter commands like "git", "node", "pterm", etc. to query which paths those commands resolve to inside pinokio shell
  • environment resolver: select a running shell to check what the environment variables inside those shells are
Screenshot 2026-03-17 at 10 54 19 AM

Sort Apps

Sort apps by:

  • most used
  • last opened
  • alphabet
Screenshot 2026-03-17 at 10 56 31 AM

Web Extensions

Inject Javascript into any app running in pinokio

Manual Auto Update

The app update is no longer forced upon you when there's a new version. Instead it displays a banner at the bottom whenever you restart the app, reminding you.

autoupdate

Built-in Browser

  • can right click and open any link
  • cmd+click or ctrl+click to open browser
  • can even log into sites
pinokiobrowser

API

  • script.restart: call to restart the script from scratch and refresh the UI

Other updates

  • Mobile / Narrow View Polish
  • Built-in Pinokio + Gepeto Skill.md

Bug Fixes

  • Fix for Mac hanging after updating Xcode or OS to the latest
  • linux arm64 fix (NVIDIA DGX)
  • Fix: couldn't previously right-click inside pinokio
  • systeminformation bug: getWindowsIEEE8021x error
  • avoid bash_history spamming
  • back/forward button works in the explore page
  • Do not inject ENVIRONMENT values into shell execution when it's not a part of an automated script execution
  • fix the comfyui issue hijacking "close" event

Code Signing Policy

Free code signing provided by SignPath.io, certificate by SignPath Foundation.

Privacy Policy

This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.

v6.0.10

27 Jan 19:10

Choose a tag to compare

The Valley Beyond

Phase 2 of Pinokio. See you on the other side.

Changelog since v5.0.0: https://beta.pinokio.co/posts/01kg0ddy4vvb4m3p52vw8d01rh

Screenshot 2026-01-26 at 5 45 08 PM

Code Signing Policy

Free code signing provided by SignPath.io, certificate by SignPath Foundation.

Privacy Policy

This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.

v6.0.9

27 Jan 07:29

Choose a tag to compare

v6.0.9

Updates since 6.0.0

FFMPEG dependency fix

Code Signing Policy

Free code signing provided by SignPath.io, certificate by SignPath Foundation.

Privacy Policy

This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.

v6.0.0

26 Jan 21:48

Choose a tag to compare

6.0.0


Code Signing Policy

Free code signing provided by SignPath.io, certificate by SignPath Foundation.

Privacy Policy

This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.