cyber-bike01187 downloadsBridge your notes to AI agents — rich markdown and linked context replace the single prompt box, with local and remote terminal sessions.
English / 简体中文
Stop moving context by hand: send notes to your agent in one click.
|
|
LingXi1949 supports Obsidian Desktop only.
The recommended route is Obsidian Community Plugins:
LingXi.For earlier access to the latest tagged build, install BRAT and add Cyber-bike1949/LingXi1949.
Run LingXi1949: Open terminal from the Obsidian command palette and choose This device. Install and sign in to AI CLI tools such as Claude Code, Codex, or OpenCode separately on this computer.
On Linux x64, run the installer as the ordinary user who will own the remote shell:
curl -fsSL https://raw.githubusercontent.com/Cyber-bike1949/LingXi1949/main/agent/packaging/install-linux.sh | bash
The script downloads and verifies the Agent, starts its user service, and displays a connection code. Paste the code into the plugin's Add device entry. If no code appears, run ~/.local/bin/lingxi1949 status.
Download the Windows x64 Agent and its SHA-256 checksum, or run this block in PowerShell:
$baseUrl = 'https://github.com/Cyber-bike1949/LingXi1949/releases/latest/download'
Invoke-WebRequest "$baseUrl/lingxi1949-win32-x64.exe" -OutFile 'lingxi1949.exe'
Invoke-WebRequest "$baseUrl/lingxi1949-win32-x64.exe.sha256" -OutFile 'lingxi1949.exe.sha256'
$expectedHash = (Get-Content 'lingxi1949.exe.sha256').Split()[0]
$actualHash = (Get-FileHash '.\lingxi1949.exe' -Algorithm SHA256).Hash
if ($actualHash -ne $expectedHash) { throw 'SHA-256 verification failed' }
.\lingxi1949.exe run
Keep the Agent running, then add the device with its connection code. Before using real content, verify hostname and pwd (Get-Location in PowerShell) and transfer a sample note that contains no personal information.
Be water, my friend! — Bruce Lee(活得像水一样吧,朋友。)