macOS
brew install teensy_loader_clilocal Homebrew formula metadata
brew
teensy_loader_cli のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install teensy_loader_clilocal Homebrew formula metadata
sudo apt install teensy-loader-cliDebian stable package indexes · teensy-loader-cli · ソース: deb.debian.org
nix profile install nixpkgs#teensy-loader-clinixpkgs package indexes · pkgs/by-name/te/teensy-loader-cli/package.nix · ソース: api.github.com
sudo pacman -S teensy_loader_cliArch Linux sync databases · teensy_loader_cli · ソース: geo.mirror.pkgbuild.com
概要
Command-line integration for Teensy USB development boards
履歴
Teensy Loader CLI is the command-line loader for PJRC Teensy development boards. It exists for advanced users who want to automate firmware programming from Makefiles, scripts, CI jobs, or other non-GUI workflows.
PJRC documents the CLI as the command-line counterpart to the graphical Teensy Loader. The official page says it is for advanced users who want to automate programming, typically with a Makefile, while the GUI in automatic mode is easier for most use.
The README and PJRC page preserve an older cross-platform development history: version 2.0 was tested on Ubuntu 9.04, Mac OS X 10.5, Windows XP, FreeBSD 8.0, OpenBSD snapshots, and NetBSD 5.0.1. Later version 2.1 added Teensy 3.5 and 3.6 support and Windows support for all Teensy boards, while the Git tags show releases through 2.3.
The tool was adopted by embedded developers who needed to flash Teensy boards without opening the desktop loader. Its package-manager presence matters because headless or scripted development environments need a reliable `teensy_loader_cli` binary plus platform setup such as Linux udev rules.
The README also records automation patterns beyond local Makefiles, including a hard reboot option using a second Teensy and a note that PlatformIO includes support for loading via `teensy_loader`.
Typical usage is invoking `teensy_loader_cli --mcu=<target> -w firmware.hex` after building a `.hex` file. Users select the target MCU or logical Teensy board, optionally wait for a board to appear, reboot or avoid rebooting, and use verbose output for troubleshooting.
Package users care because it turns physical board programming into a scriptable post-build step. It is especially useful for command-line-only setups, repeatable firmware workflows, and build systems that already know the board's MCU name.
Teensy Loader CLI is a small but important hardware-adjacent package: it bridges package-managed build tools and an actual USB bootloader. Its significance is not breadth but reliability at the final step of embedded development, where a script must put bytes onto a board.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
teensy_loader_cli | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/PaulStoffregen/teensy_loader_cli
インストールメタデータ
| パッケージキー | brew:teensy_loader_cli |
|---|---|
| バージョン | 2.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/teensy_loader_cli |
| ホームページ | https://www.pjrc.com/teensy/loader_cli.html |
| リポジトリ | https://github.com/PaulStoffregen/teensy_loader_cli |
| 上流ドキュメント | https://www.pjrc.com/teensy/loader_cli.html |
| ライセンス | GPL-3.0-only |
| ソースアーカイブ | https://github.com/PaulStoffregen/teensy_loader_cli/archive/refs/tags/2.3.tar.gz |
| Bottle | 利用可能 (対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | teensy_loader_cli |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
teensy-loader-cli 2.2-1.1
load and run programs onto your Teensy micro controller
https://www.pjrc.com/teensy/loader_cli.html
sudo apt install teensy-loader-cliteensy-loader-cli
nix profile install nixpkgs#teensy-loader-cliteensy-loader-cli 2.2-1
load and run programs onto your Teensy micro controller
https://www.pjrc.com/teensy/loader_cli.html
sudo apt install teensy-loader-cliteensy_loader_cli 2.3-1
Command line loader for the teensy microprocessor boards
https://www.pjrc.com/teensy/loader_cli.html
sudo pacman -S teensy_loader_cliソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.