npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

pake-cli

v3.15.3

Published

🤱🏻 Turn any webpage into a desktop app with one command. 🤱🏻 一键打包网页生成轻量桌面应用。

Readme

Features

  • 🎐 Lightweight: Installer is nearly 20 times smaller than Electron packages, typically under 10M on disk
  • 🚀 Fast: Built with Rust Tauri, much faster than traditional JS frameworks with lower memory usage
  • Easy to use: One-command packaging via CLI or online building, no complex configuration needed
  • 📦 Feature-rich: Supports shortcuts, immersive windows, drag & drop, style customization, ad removal

Getting Started

  • Beginners: Download ready-made Popular Packages or use Online Building with no environment setup required
  • Developers: Install CLI Tool for one-command packaging of any website with customizable icons, window settings, and more
  • Advanced Users: Clone the project locally for Custom Development, or check Advanced Usage for style customization and feature enhancement
  • Troubleshooting: Check FAQ for common issues and solutions

Popular Packages

| Mac | Windows/Linux | Function | | --------------------------------------------------------- | --------------------------------------------------- | ----------------------------------- | | + [ | Ctrl + | Return to the previous page | | + ] | Ctrl + | Go to the next page | | + | Ctrl + | Auto scroll to top of page | | + | Ctrl + | Auto scroll to bottom of page | | + r | Ctrl + r | Refresh Page | | + w | Ctrl + w | Hide window, not quit | | + - | Ctrl + - | Zoom out the page | | + = | Ctrl + = | Zoom in the Page | | + 0 | Ctrl + 0 | Reset the page zoom | | + L | Ctrl + L | Copy Current Page URL | | + + + V | Ctrl + Shift + V | Paste and Match Style | | + + H | Ctrl + Shift + H | Go to Home Page | | + + I | Ctrl + Shift + I | Toggle Developer Tools (Debug Only) | | + + | Ctrl + Shift + Del | Clear Cache & Restart | | + + F | F11 | Toggle native window fullscreen |

In addition, double-click the title bar to switch to full-screen mode. On Windows and Linux, use --hide-window-decorations for a frameless window with a top drag region. For Mac users, you can also use the gesture to go to the previous or next page and drag the title bar to move the window. The new menu also offers options for navigation, zoom, and window controls.

Command-Line Packaging

Pake

# Install Pake CLI
pnpm install -g pake-cli

# Basic usage - automatically fetches website icon
pake https://github.com --name GitHub

# Advanced usage with custom options
pake https://weekly.tw93.fun --name Weekly --icon https://cdn.tw93.fun/pake/weekly.icns --width 1200 --height 800 --hide-title-bar

First-time packaging requires environment setup and may be slower, subsequent builds are fast. For complete parameter documentation, see CLI Usage Guide. Don't want to use CLI? Try GitHub Actions Online Building.

Using Pake from a script or AI agent? Pass --json for machine-readable results, describe apps declaratively with --config app.json (schema), and package local build output directly with pake ./dist --name MyTool. See llms.txt for the full agent contract. Claude Code users can install the official skill with /plugin marketplace add tw93/Pake and /plugin install pake@pake.

Copy this to your AI agent to get started:

Use Pake (npm i -g pake-cli) to package webpages as desktop apps. Read https://unpkg.com/pake-cli@latest/llms.txt first; always run pake with --json and parse stdout as a single JSON object. Package <url-or-local-dist> into an app named <AppName>.

Development

Requires Rust >=1.85 and Node >=22 (recommended LTS; >=18 also works). For detailed installation guide, see Tauri documentation. If unfamiliar with development environment, use the CLI tool instead.

# Install dependencies
pnpm i

# Local development [right-click to open debug mode]
pnpm run dev

# Build application
pnpm run build

For style customization, feature enhancement, container communication and other advanced features, see Advanced Usage Documentation.

Developers

Pake's development can not be without these Hackers. They contributed a lot of capabilities for Pake. Also, welcome to follow them! ❤️

Support

  • The most direct way to support me is getting Mole for Mac, my paid Mac cleanup app.
  • If Pake helped you, give it a star, share it, or open an issue or PR.
  • I have two cats, TangYuan and Coke. If you think Pake delights your life, you can feed them canned food 🥩.

License

Pake is open source under GPL-3.0, see LICENSE and Pake Output Exception; apps you build with Pake are entirely yours to use and distribute. If you fork Pake into your own product, to avoid confusion please give it a different name and credit Pake as the source.