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

@fabianocarcosta/carvalhocode

v0.1.11

Published

Claude Code opened to any LLM — OpenAI, Gemini, DeepSeek, Ollama, and 200+ models

Readme

Carvalhocode (fork do OpenClaude)

Carvalhocode é um fork privado do OpenClaude personalizado para fornecer integrações diretas com Python e R, além de scaffolding para Playwright, Flutter, análise e testes automatizados.

Início rápido:

  • Executar exemplo Python: python src/integrations/python/example_script.py
  • Executar exemplo R: Rscript src/integrations/r/runner.R
  • Executar testes Playwright: cd tools/playwright && npm ci && npx playwright install --with-deps && npm test
  • Flutter: adicione um projeto Flutter em flutter-app/ e execute flutter test em CI ou localmente

Remotos do repositório:

  • upstream: https://github.com/fabianocarcosta/carvalhocode (não alterado)
  • fork: https://github.com/fabianocarcosta/openclaude (backup)
  • carvalhocode: https://github.com/fabianocarcosta/carvalhocode (este repositório)

Por que Carvalhocode

  • Use uma única CLI para várias APIs de modelos e backends locais
  • Salve perfis de provedores com /provider
  • Compatível com OpenAI-compatible, Gemini, GitHub Models, Codex, Ollama, Atomic Chat, etc.
  • Workflows integrados: bash, ferramentas de arquivo, grep/glob, agentes, tarefas, MCP e ferramentas web
  • Extensão VS Code incluída para integração e tema

Instalação

npm install -g @fabianocarcosta/carvalhocode

Se o instalador indicar que ripgrep não foi encontrado, instale ripgrep no sistema e confirme rg --version antes de iniciar Carvalhocode.

Executando

carvalhocode

Dentro do Carvalhocode:

  • execute /provider para configurar provedores
  • execute /onboard-github para onboarding de GitHub Models

Dependências de sistema

Para integrações pesadas (OCR, Tika, Camelot, navegadores headless), execute:

scripts/install_system_deps.sh

O que você precisa ter no computador

  • Node.js 20 ou superior
  • npm para instalação e publicação
  • Bun para o build local e scripts de desenvolvimento
  • ripgrep (rg) para as buscas internas da CLI
  • Python 3.12+ com venv e pip
  • R + Rscript
  • Flutter SDK, se você for usar os exemplos e os fluxos mobile
  • Git, se for contribuir ou enviar mudanças para o GitHub

Verificação rápida

node -v
bun --version
npm --version
rg --version
python3 --version
Rscript --version
flutter --version

Desenvolvimento local

  • Python: use .venv e instale requirements.txt (e requirements-optional.txt para recursos avançados)
  • JS: npm ci ou bun install
  • Flutter: instale Flutter SDK localmente para builds multiplataforma

Referência das funções e trilhas

Veja o inventário completo de funções antigas e novas em docs/recent-work-inventory.md.