Automic VaultAutomic Vault

brew

basedpyright を Homebrew, Nix でインストール

basedpyright のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install basedpyright

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#basedpyright

nixpkgs package indexes · pkgs/by-name/ba/basedpyright/package.nix · ソース: api.github.com

概要

パッケージ概要

Pyright fork with various improvements and built-in pylance features

コマンドとエイリアス

  • basedpyright
  • basedpyright-langserver

履歴

プロジェクトの歴史と使われ方

basedpyright is a fork of Microsoft's Pyright type checker and language server for Python. It adds stricter defaults, additional diagnostics, PyPI distribution, version pinning, and reimplemented Pylance features for editors outside VS Code.

プロジェクトの歴史

The official documentation describes basedpyright as a Pyright fork with type-checking improvements, Pylance features, and more. Its documentation site and README both point to the GitHub repository and organize the project around benefits over upstream Pyright.

The release stream tracks upstream Pyright closely. The latest documentation canonical URL observed for this batch was v1.39.9, and GitHub release metadata for v1.39.9 names the paired Pyright version as 1.1.411.

採用の歴史

basedpyright is distributed through several developer channels: PyPI, the Visual Studio Marketplace, Open VSX, Sublime Text Package Control, Homebrew, and Nix according to the README badges and input metadata. That spread reflects its role as both a CLI checker and language server.

A major adoption hook is that users can install it from PyPI without Node.js, while the VS Code extension uses the same version to avoid different diagnostics between editor and CLI.

使われ方

Users run basedpyright as a command-line type checker or basedpyright-langserver as an editor language server. Configuration follows Pyright-style project configuration in pyrightconfig.json or pyproject.toml.

The docs emphasize stricter defaults, new diagnostic rules, baseline support for adopting those rules in existing projects, and Pylance-like language-server behavior outside Microsoft's closed-source Pylance extension.

パッケージ好きにとっての重要性

basedpyright is important in package-manager culture because it repackages a Node-centered Python type checker as a Python-installable tool and aligns editor and CLI versions. That solves a real packaging pain point for Python projects that want type checking without a JavaScript toolchain.

It also shows a common modern fork pattern: take a successful corporate-backed open-source core, add stricter defaults and features withheld in a closed extension, and distribute it through every editor/package channel where Python developers already work.

タイムライン

  • 2020s: basedpyright forked Pyright to add stricter checks, Pylance-like features, and packaging changes.
  • 2020s: Documentation organized a Benefits over Pyright section covering baselines, better defaults, new diagnostics, and language-server improvements.
  • 2026: v1.39.9 was published with Pyright 1.1.411 alignment according to GitHub release metadata.

Related projects

  • Pyright is the upstream Microsoft type checker that basedpyright forks.
  • Pylance is Microsoft's closed-source VS Code extension whose features basedpyright reimplements for wider editor use.
  • Mypy, Pyre, and pytype are related Python static type checkers, but basedpyright's direct lineage is Pyright.

セキュリティ状態

保護ツール対応はまだ見つかっていません

basedpyright に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
<project-root>/pyrightconfig.json<project-root>/pyproject.toml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
basedpyrightcliグローバル実行可能ファイル
basedpyright-langservercliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.39.9
マネージャ更新日2026-06-28
ローカルデータOK
上流not checked
検出された最新未検出

https://docs.basedpyright.com

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:basedpyright
バージョン1.39.9
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/basedpyright
ホームページhttps://docs.basedpyright.com
リポジトリhttps://github.com/DetachHead/basedpyright
上流ドキュメントhttps://docs.basedpyright.com/latest
ライセンスMIT
ソースアーカイブhttps://registry.npmjs.org/basedpyright/-/basedpyright-1.39.9.tgz
最終更新2026-06-28T03:19:45Z
Pulseupdated
依存関係node
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebasedpyright
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

basedpyright

nix profile install nixpkgs#basedpyright
  • normalized package name match
  • 一致条件: Basedpyright
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ba/basedpyright/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment