Stream: nixify-llm

Topic: Anyone aware of Pinokio?


view this post on Zulip Ayrton Mercado (Jun 25 2024 at 19:45):

Doing some research I came across this product:

https://pinokio.computer/
https://github.com/pinokiocomputer/pinokio/releases/tag/1.3.4

Architecture

Pinokio takes inspiration from how traditional computers work.

Just like how a computer can do all kinds of things thanks to its comprehensive architecture, Pinokio as a virtual computer is a comprehensive platform for running and automating anything you can imagine with AI.

  1. File System: Where and how Pinokio stores files.
  2. Processor: How pinokio runs tasks.
  3. Memory: How pinokio implements a state machine using its built-in native memory.
  4. Script: The programming language that operates pinokio.
  5. UI: The UI (user interface) through which users access apps.

How would I go about packaging this for Nix?

view this post on Zulip Andreas (Jun 25 2024 at 20:06):

yeah I think I found this before. I don't know why I wasn't super interested in it actually. It actually quite interesting :smile:

view this post on Zulip Andreas (Jun 25 2024 at 20:13):

from what I can see, it comes in the form of an electron app, right?

view this post on Zulip Ayrton Mercado (Jun 25 2024 at 22:46):

I think so, but haven't tried installing it, wanted to get your collective opinion

view this post on Zulip Ayrton Mercado (Jun 25 2024 at 22:47):

It has that nix feeling to it


Last updated: Nov 15 2024 at 11:45 UTC