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

gitna

v0.3.3

Published

Local browser-based Git workbench

Readme

Gitna brings fast local-folder browsing, source control, visual diffs, repository history, and everyday Git operations into one focused interface. It runs on your machine, uses your installed Git when a folder is a repository, and keeps folder data local.

Gitna reviewing, staging, editing, and browsing repository history

[!WARNING] Gitna is in early development. Expect bugs, rough edges, and breaking changes.

Quick start

Install with npm:

npm install -g gitna

Open any local folder:

cd your-folder
gitna

Gitna starts a local server and opens an authenticated session in your default browser. You can also pass a folder explicitly:

gitna /path/to/folder

Folders backed by Git automatically gain source control, history, branches, stashes, tags, and Git operations. Ordinary folders retain Gitna’s Explorer, tabs, editing, search, and file tools.

What you can do

  • Start from Home, reopen recent folders, and switch folders without restarting Gitna
  • Explore huge ordinary folders through lazy directory loading and bounded watching
  • Press Cmd/Ctrl+K to search every indexed file, or type > to run commands from the unified command palette
  • Review staged and unstaged changes with Pierre-powered split or unified diffs
  • Preview PNG, JPEG, WebP, and GIF changes alongside text diffs
  • Browse and edit working-tree files in repository tabs
  • Select two Explorer files with Cmd/Ctrl-click, then right-click and choose Compare Selected
  • Stage and unstage files, folders, or individual hunks
  • Commit and amend while preserving normal Git hook behavior
  • Scroll continuously through a virtualized commit Graph with an exact HEAD-reachable count
  • Browse branches, tags, stashes, and commit history
  • Fetch, pull, push, compare, merge, rebase, cherry-pick, and revert
  • Resolve conflicts with explicit ours, theirs, or combined content

Install

npm

npm install -g gitna

The single npm package downloads the matching native binary from GitHub Releases, verifies its SHA-256 checksum, and caches it locally. Node.js is required only for npm installations.

mise

mise use -g github:roie/gitna

Mise installs the native GitHub Release asset directly; Node.js is not required at runtime.

Direct download

Download the archive for your platform from GitHub Releases, extract it, and place gitna (gitna.exe on Windows) on your PATH.

Supported release targets:

  • macOS Apple silicon (arm64)
  • macOS Intel (x64)
  • Linux x64
  • Linux arm64
  • Windows x64
  • WSL using the Linux binary and your normal Windows browser

Gitna requires an installed git executable and a modern browser.

Local by design

Gitna binds only to a random loopback port. Every process creates a high-entropy capability URL, and mutating requests are protected by Host, Origin, content-type, and size checks.

Repository reads and mutations go through the system Git executable. Gitna does not upload repository data or replace Git's storage, configuration, credentials, or hooks.

See SECURITY.md for the complete security model and vulnerability reporting instructions.

Development

Development setup, validation commands, packaging, and release instructions are documented in CONTRIBUTING.md.

License

Gitna is licensed under Apache-2.0. Bundled dependency notices are available in THIRD_PARTY_NOTICES.md and THIRD_PARTY_LICENSES.txt.