Releases: pinokiocomputer/pinokio
Release list
v8.0.31
Huggingface Login Bug Hotfix
This is a freshly discovered bug, and important enough that i'm making a hot fix, for those affected.
If you saw the following when trying to log into huggingface from the login page, this is now fixed:
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.
v8.0.30
8.0.30
pinokio-release-cropped.1.mp4
- Opencode Plugin
- Hom Server Fix
- Conda Update Fix
- Completely Hide Sidebar
1. Opencode plugin
Now you can launch Opencode as a plugin, so you can use opencode to ask questions about any app.
2. Home Server Fix
There was one hole with home server. You could connect to your Pinokio home server from any other machine on the same network (such as another laptop, tablet, or phone), BUT, you couldn't install apps from the Explore page. This is now fixed. Now 100% of the home server features work.
phoneview2-cropped.mp4
3. Conda Update Fix
Some people had problem upgrading since Pinokio 8.0.0 because the miniconda/miniforge folders were not getting reset properly (which was needed for these versions). This would happen if one of your other programs were opening one of the files inside pinokio.
Now when this happens, Pinokio displays precisely which process is holding those files so you can kill them, and once that's done, automatically proceeds with the rest of the update process. For example, here I turn off an older version of Logitech G Hub, after which the update proceeds:
repair-cropped.mp4
4. Completely Hide Sidebar
Previously when you hide the sidebar, it would still show up when you hover your mouse over to the left side of the screen. But often you do not want this. You want your app to take up the full width, period.
Now you can toggle this behavior by turning off "Show on hover". Notice how after you turn it off, it doesn't come back even if you hover your mouse over to the left. You can of course open it by clicking the expand button at the top.
toggle-cropped.mp4
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.
v8.0.8
8.0.8 -- Hotfix
A handful of important bugs were fixed.
ESM Support
When you install an app that used ESM in a script, it would just hang the entire app and brick Pinokio (For example if you tried to install https://pinokio.co/apps/github-com-dudarenok-maker-castwright and failed, you would get in this state, because the previous versions of pinokio didn't support ESM, so if you were one of those, update pinokio to 8.0.8 and reinstall the broken apps from scratch)
This has now been fixed. Although ESM is NOT recommended for writing pinokio scripts, at least now it doesn't crash the entire app.
Custom Conda Environment Fix
Apps that use custom conda environments were broken at install time. This was a conda (miniforge) internals issue, and this has been fixed by invalidating the conda environment and forcing reinstall of the entire conda environment and conda dependencies (Sorry for the inconvenience, but this was the cleanest fix without introducing technical debt).
It should just tell you conda needs to be updated (as well as other conda dependencies). Just install and it should be fine.
Github login fix
Github login was broken. Now properly uses git credential manager, waits for your login on the web, and auto closes the credential manager after logging in.
Huggingface login fix
When you use "hf.login" method, it would open a modal that displays the code, which you have to paste into the huggingface auth screen. But previously the code was not automatically copied to the clipboard so it was confusing. Now the code is automatically copied to the clipboard, so you can just paste into the huggingface auth screen.
Instant login page
Previously the Instant login page took long to load, but now it instantly loads and dynamically refreshes the state
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.
v8.0.0
Pinokio 8
- ALL New UI
- Home Server
- Process Monitor
- Autolaunch
- Orchestration
- 1-Click Help
- Faster
- End-to-End Open License
Check out every single update in detail here: https://cocktailpeanutlabs.github.io/p8
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.2.6
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
Features
1. Universal Launcher
A universal launcher to launch "ask pinokio", "create app", "create plugin"
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
3. Plugin Page Overhaul
Each plugin has its own page now, and simplified UI for interacting with them
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:
Once selected, all pinokio shells launch with the protection to block too fresh packages published within the last 72 hours:
5. Private Install
Install launchers and plugins from private github repos if logged into github from pinokio. No need to publish to pinokio registry.
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
- if an app is not running but associated terminals (agent terminal, user terminal, etc.) are running, don't display as online
- By default display a link to app terminals
- 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.
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.
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:
Vertical mode:
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
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:
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:
Now has been changed to:
- Instead of just saying packages are uninstalled, it correctly says "update required"
- 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.
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.
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
Pinokio Release
Bug Fix
1. App Crash Issue
Fix for the occasional crash
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
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
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
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.

