Skip to content

Releases: pinokiocomputer/pinokio

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 14:59

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

Choose a tag to compare

@github-actions github-actions released this 27 Jan 19:10

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

Choose a tag to compare

@github-actions github-actions released this 27 Jan 07:29

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

Choose a tag to compare

@github-actions github-actions released this 26 Jan 21:48

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.

v5.3.5

Choose a tag to compare

@github-actions github-actions released this 05 Jan 16:21
  • speed up app page load: apps with a lot of files used to take very long to load. if you experienced this, this has been fixed and all app pages should load fast
  • windows registry module fix: getting stuck at β€œregistry” step
  • conda environment fix: fix the issue where conda would sometimes fail to resolve dependencies
  • fix node.js ECOMPROMISED bug: a bug introduced in some newer versions of node.js, pinned node.js to a non buggy version so we can avoid this and any other future bugs mistakenly introduced

v5.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Dec 17:40

Checkpoint

Save exact install state and recover later.

A checkpoint is a tiny JSON of exact commit hashes and install paths for all installed modules for a project, so you can later restore exact versions from the Checkpoints tab.

When you create a checkpoint, it does NOT store all the files, it simply creates a tiny JSON. Example:

{
  "version": 1,
  "root": "https://github.com/org/app",
  "repos": [
    { "path": ".", "repo": "https://github.com/org/app", "commit": "9f2a3c1" },
    { "path": "modules/foo", "repo": "https://github.com/org/foo", "commit": "1ab4d90" }
  ]
}

Use after all modules have finished installing.

Later you will be able to restore that exact state from the checkpoints page

checkpoint

Cuda fix

  • Add cuda-nccl
  • Fix TORCH_CUDA_ARCH_LIST bug
  • Fix vdvarsall fix
3d

Linux fix

Fixes launch crashes on some linux environments

Vertical mode

Switch back and forth between vertical and horizontal tabs

vertical

Create with files

Allow uploading files when creating a project

attach

Template additions

  • New template expression variables: {{vram}} (total vram) and {{ram}} (total ram) support
  • Bug fix: template variables should be ready even when running scripts immediately after launching

Disk usage

  • Display disk usage: disk space usage on app pages
diskspace

Performance Improvements

  • sysinfo optimization
    • do not compute battery/bluetooth
    • do not keep computing sysinfo. everything should be computed once at the beginning via sysinfo.static()
  • git optimization: do not keep adding .geminiignore

Offline First

  • Offline-first Usage: Do NOT pull in files at launch. Only pull in when first updating pinokio
  • Network Sharing Off by default: Do NOT query local LAN by default. Do not turn on network sharing by default
  • Network access warning: When using an AI agent, display a warning that it might send local files to their servers. Remember the choice.
remote

Bug fix

  • fix infinite nested headers problem

UX

  • Make checkpoint save dismissable
  • Move "Delete app" to the bottom
  • Do not display qr code dropdown by default: Dropdown should only trigger when explicitly clicked.
  • Make the vertical/horizontal toggle trigger with the hamburger button only
  • Make the popout links open a new browser tab instead of a popup window

Feature additions

  • Display disk usage everywhere
  • Full screen mode => move the floating bar to the top left corner and snap
  • Make the cursor look resizable when hovering over the column resizer
  • Normalize the checkpoint repo path to POSIX (even on windows)
  • Make checkpoints deletable
  • Display all installed apps when splitting cells

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.

v5.1.10

Choose a tag to compare

@github-actions github-actions released this 28 Nov 15:07

Pinokio Release 5.1.10

1. Performance Improvements

  • [PERFORMANCE] drastically speed up initial launch: 14 sec ~ 30 sec => 1 ~ 3 sec
  • [PERFORMANCE] drastically speed up app page load

2. Features

  • [FEATURE] Version Control Improvements
    • select multiple file changes and revert to the previous version
    • select multiple files and only commit them
  • [FEATURE] display app icon in run mode
  • [FEATURE] process.wait: API for waiting until an app exists

3. Bug Fix

  • [BUGFIX] after installing new dependencies, automatically redirect to the original request
  • [BUGFIX] fix CUDA_HOME path (windows value is different from linux/Mac)

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.

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Nov 16:02

Pinokio 5

It's been a while.

Re-introducing Pinokio, the 1-Click Localhost Cloud.

https://x.com/cocktailpeanut/status/1993355349986791609?s=20

poster

3.9.0

Choose a tag to compare

@cocktailpeanut cocktailpeanut released this 09 Jun 14:57

Domain related hotfix

Fixes the broken "Discover" page problem.

Migrating to use the github pages URL directly, in order to fix not just the current domain issue, but also make sure this type of thing never happens in the future even in the worst case scenario.

By hosting the website entirely on github pages, and using the github pages URL directly (instead of using a custom domain that requires maintenance) we can be sure that even in the worst case the app will keep running (unless github shuts down).

3.8.0

Choose a tag to compare

@cocktailpeanut cocktailpeanut released this 01 Apr 05:57

App Info

Now you can view the latest updates for each app and the publisher info directly from the app page.

  1. publisher
  2. newsfeed
profilenewsfeed

If you're a script publisher, you can directly post to the newsfeed and the publisher links by simply creating a pinokio_meta.json file.

Learn more here: https://program.pinokio.computer/#/?id=pinokio_metajson