Pinokio

From Notes_Wiki
Revision as of 04:11, 22 December 2025 by Saurabh (talk | contribs)

Home > Local system based AI tools > Pinokio

Install Pinoko AppImage

To download and install Pinokio on local system use:

  1. Go to https://github.com/pinokiocomputer/pinokio/releases
  2. Download AppImage and run via AppImageLauncher. See Rocky 9.x Owncloud client via AppImage
  3. Then run pinokio via graphical run options.
    1. For this in Rocky 9.x use:
      chmod +x Pinokio.AppImage
      ./Piniokio.AppImage
    2. For this in Ubuntu 24.04 use:
      chmod +x Pinokio.AppImage
      ./Pinoko.AppImage --no-sandbox
  4. During first run set a parent folder in location where you have enough space (at least 300GB+)
  5. Install recommended tools from Overall list of useful AI tools

Refer: - https://program.pinokio.computer/#/?id=linux


Useful tools within Pinokio

Dia

We can use dia for text to speech generation. It also has option for speech to text.

After installing dia via pinokio one click it may not work. Use below steps to solve the issue:

  1. cd pinokio-files/api/dia.git/
  2. source app/env/bin/activate
  3. pip uninstall dac
  4. pip install git+https://github.com/descriptinc/descript-audio-codec.git


Browser-use

We can benefit from browser-user by using AI (including vision models if required) for performing tasks on sites. Browser-use can open a browser and perform actions on sites. Browser-use supports local ollama so we can perform the automation locally without depending on SaaS based AI.

To configure browser-use use:

  1. Install browser-use using pinokio one click install


Home > Local system based AI tools > Pinokio