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

terminuz

v2.0.3

Published

Terminuz - The Open Source AI Coding Agent

Readme

Terminuz

Terminuz - The Open Source AI Coding Agent

Terminuz is a local, permission-aware, multi-provider coding agent for the terminal.

Built with OpenAI Codex

Terminuz was built primarily with OpenAI Codex. Local evidence preserves 51 development sessions beginning with the repository's creation, and 406 of its 425 commits (95.5%) retain the Codex-configured DeepCode author identity.

For the OpenAI Build Week, GPT-5.6 was used to implement health-aware provider routing with configuration-aware failover, transient-failure cooldowns, automatic recovery, and sanitized provider.route observability. Read the evidence and demo kit.

Install

npm install -g terminuz
terminuz --version
terminuz init
terminuz

Stable channel:

npm install -g --tag stable terminuz

Common commands

terminuz run "fix the failing tests" --yes
terminuz review
terminuz doctor
terminuz config show --effective
terminuz config credentials-path
terminuz cache tmp clear
terminuz github login
terminuz update

Migrating from DeepCode

Terminuz reads legacy .deepcode/ configuration and sessions when no preferred Terminuz state exists. DEEPCODE_* environment variables remain compatibility aliases below TERMINUZ_* in precedence.

npm uninstall -g deepcode-ai
npm install -g terminuz

Terminuz does not automatically delete .deepcode/. Plaintext provider keys and GitHub tokens are the exception: they are migrated from legacy project configuration to the private user credential store and removed from the legacy file after the protected copy succeeds. The deepcode-ai compatibility wrapper remains supported through 2027-01-08.

Credential security

API keys entered through the TUI or terminuz config set are stored outside the project in a project-scoped entry. On Linux the default file is ~/.config/terminuz/credentials.json, with directory mode 0700 and file mode 0600. Use terminuz config credentials-path to print the platform-specific location. Environment variables are never persisted by Terminuz. Secret-bearing variables are not forwarded to child processes started by agent tools.

Links

Terminuz is released under the MIT License.