pinokiocomputer/pinokio

AI Browser

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 8th, 2026
Created on July 9th, 2023
Open Issues & Pull Requests: 466 (+0)
GitHub issues: Enabled
Number of forks: 800
Total Stargazers: 7,967 (+0)
Total Subscribers: 104 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Pinokio is a desktop application that serves as a one-click launcher for open-source projects, functioning as a user-friendly terminal interface that can programmatically interact with and execute scripts.

The tool addresses the friction of setting up and running open-source projects by providing a graphical interface to discover, install, and execute scripts without requiring direct terminal interaction. Users can write their own scripts or install vetted scripts from a curated directory. Scripts are written in human-readable JSON syntax and downloaded from public Git repositories, allowing inspection before execution. The application isolates all script execution and installed binaries within a dedicated directory structure to contain potential risks.

Pinokio suits developers and non-technical users who want to quickly launch open-source tools without managing dependencies or terminal commands manually. The "Discover" page features scripts that have undergone a formal verification process: publishers must be personally verified, invited to the official Pinokio Factory GitHub organization, transfer their repository to that organization, and pass security review by the maintainer. This curation model ensures that featured scripts are safe to install and run. Users can also create and run their own local scripts without going through the verification process. The tool is particularly valuable for projects that benefit from simplified installation and execution workflows.

The project shows active maintenance with regular updates to both the core application and the script verification infrastructure. The maintainer personally reviews and tests scripts submitted for the Discover page and retains the ability to modify or delist scripts if issues arise after publication. The codebase is written in JavaScript and actively developed, with documentation covering script creation, security practices, and the publisher verification workflow.