Package Details: pinokio-bin 7.2.6-1

Git Clone URL: https://aur.archlinux.org/pinokio-bin.git (read-only, click to copy)
Package Base: pinokio-bin
Description: AI Browser.
Upstream URL: https://github.com/pinokiocomputer/pinokio
Licenses: MIT
Conflicts: pinokio
Provides: pinokio
Submitter: dataprolet
Maintainer: empor
Last Packager: empor
Votes: 6
Popularity: 0.38
First Submitted: 2023-09-25 08:47 (UTC)
Last Updated: 2026-04-19 19:52 (UTC)

Pinned Comments

dataprolet commented on 2025-12-05 17:40 (UTC)

I could reproduce the issue in a VM and it seems to be a problem with VA-API. That makes it hard to debug, because I have no physical GPU connected to my VM. Maybe someone could start Pinokio through the terminal and paste the output here and/or test, what VA-API packages you have installed and maybe try to install the GPU-specific packages to determine if it's a missing dependency.
https://wiki.archlinux.org/title/Hardware_video_acceleration

Latest Comments

1 2 Next › Last »

origuchi commented on 2026-03-25 12:08 (UTC)

The application icon is missing after installation due to a typo in the package() function (0x0 instead of 512x512).
fix:

install -D "$srcdir/usr/share/icons/hicolor/512x512/apps/pinokio.png" "$pkgdir/usr/share/icons/hicolor/512x512/apps/pinokio.png"

simona commented on 2026-03-23 09:52 (UTC)

solved. tnx.

simona commented on 2026-03-17 22:48 (UTC)

can't download e https://github.com/pinokiocomputer/pinokio/releases/download/v6.0.111/Pinokio_6.0.111_amd64.deb

thomas_eric commented on 2026-01-27 21:24 (UTC)

Can confirm it's still working as of Pinokio 6.0.10. Just edit the PKGBUILD, swapping the pkgver to the latest version on https://github.com/pinokiocomputer/pinokio/releases/ and then running updpkgsums. After that, all you need to do is build the package with makepkg -si and you are set!

dataprolet commented on 2026-01-23 23:15 (UTC)

I maintain this in my free time and the past weeks were the holidays and the beginning of a new year, which is a notoriously stressful time. But yeah, as of now I will not maintain this package anymore, maybe you can pick it up. I see you are not maintaining any packages.

NY152 commented on 2026-01-23 21:16 (UTC)

Is this package still being maintained? Versions come out ages after release, and this one isn't even up to date...

burster commented on 2025-12-28 02:10 (UTC)

The bug has been fixed. It should work again if you update the package.

dataprolet commented on 2025-12-05 17:40 (UTC)

I could reproduce the issue in a VM and it seems to be a problem with VA-API. That makes it hard to debug, because I have no physical GPU connected to my VM. Maybe someone could start Pinokio through the terminal and paste the output here and/or test, what VA-API packages you have installed and maybe try to install the GPU-specific packages to determine if it's a missing dependency.
https://wiki.archlinux.org/title/Hardware_video_acceleration

KeesFlodder commented on 2025-12-04 20:45 (UTC)

Same here @burster -- Waiting for a fix.

burster commented on 2025-12-04 17:07 (UTC)

Same here, but it happens with AppImage as well. Might be an upstream bug?