macOS
brew install doubledownlocal Homebrew formula metadata
brew
doubledown のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install doubledownlocal Homebrew formula metadata
概要
Sync local changes to a remote directory
履歴
doubledown is a DevStructure command-line tool for syncing local changes to a remote directory over SSH and rsync, then watching the local directory for further changes. Its README presents it as a helper for users who wanted to edit locally in TextMate or another IDE while deploying changes to a remote server.
The GitHub repository was created in August 2010 and the README credits Richard Crowley as author. The tool belongs to the pre-container, pre-cloud-IDE deployment era when many developers edited files locally but tested or ran them on a remote Unix host.
Its implementation model is intentionally built from classic Unix pieces: ssh-agent for authentication, SSH keys, rsync for initial bidirectional synchronization, and platform file watchers through `doubledown-fsevents` and `doubledown-inotify`.
The repository has tags for early releases such as v0.0.1 and v0.0.2, with GitHub activity concentrated between 2010 and 2013. Homebrew packaging keeps the command discoverable, but the project appears historically useful rather than broadly active today.
doubledown's adoption story is tied to DevStructure users and local-editor remote-development habits before tools like VS Code Remote, Mutagen, Syncthing, and container-native development environments became common.
The documented command shape is `doubledown [-i identity] local [user@]server:remote`. It starts or uses an ssh-agent, requires SSH key authentication, pulls remote files that do not exist locally, uploads local changes, and then hands off to a filesystem watcher.
Because it repeatedly connects to the server, the README explicitly requires SSH key pairs rather than password authentication. That makes it closer to a developer loop tool than a one-shot file transfer command.
doubledown is a neat package-manager fossil: a small wrapper around SSH, rsync, and file watching that captures a specific remote-development workflow from the early 2010s.
Its significance is mainly historical. It shows how much developer tooling used to be composed from narrow Unix commands before integrated remote IDEs and always-on sync daemons absorbed that workflow.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
doubledown | cli | グローバル実行可能ファイル | |
doubledown-fsevents | cli | グローバル実行可能ファイル | |
doubledown-inotify | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/devstructure/doubledown
インストールメタデータ
| パッケージキー | brew:doubledown |
|---|---|
| バージョン | 0.0.2 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/doubledown |
| ホームページ | https://github.com/devstructure/doubledown |
| リポジトリ | https://github.com/devstructure/doubledown |
| 上流ドキュメント | https://github.com/devstructure/doubledown#readme |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://github.com/devstructure/doubledown/archive/refs/tags/v0.0.2.tar.gz |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | doubledown |
| 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 |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.