Skip to content

Termy

Terminal emulator with split panes, reusable workflows, AI CLI context handoff, and zero setup. Powered by xterm.js and a bundled Rust PTY backend. - This plugin has not been manually reviewed by Obsidian staff.

The above warnings are based on limited information and might not always be accurate.

Data

IDtermy
Authorzyphrzero
Minimum Obsidian Version1.8.7
Official Release Date2026-05-16
Last update2026-05-16

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout May 25, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2026-05-16Plugin Added
2026-05-16Plugin Removed
2026-05-16Plugin Re-Added
2026-06-15descriptionThis plugin has not been manually reviewed by Obsidian staff. Terminal emulator with split panes, reusable workflows, AI CLI context handoff, and zero setup. Powered by xterm.js and a bundled Rust PTY backend.Terminal emulator with split panes, reusable workflows, AI CLI context handoff, and zero setup. Powered by xterm.js and a bundled Rust PTY backend. - This plugin has not been manually reviewed by Obsidian staff.

Repository Data

LicenseGPL-3.0 in package.json
GPL-3.0 in LICENSE file
Package Managerpnpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksNone found
Has Test FilesYes
Latest Release main.js Size1.07 MB
Detected ES VersionES2021
Probably MinifiedYes
main.js API Findings10 disclosures
Uses BRAT beta releasesNo
Dependencies@xterm/addon-canvas, @xterm/addon-fit, @xterm/addon-search, @xterm/addon-web-links, @xterm/addon-webgl, @xterm/xterm, simple-icons
Dev Dependencies@eslint/js, @types/node, esbuild, esbuild-compress, eslint, eslint-plugin-obsidianmd, globals, obsidian, tslib, typescript, typescript-eslint, ws

main.js API Findings

These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky APIs, but such APIs can be used safely if handled with care.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Clipboard AccessReads or writes clipboard data
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Network AccessUses Node HTTP modules, Uses browser network APIs
Node Filesystem AccessUses direct Node filesystem-related modules
Private Network AccessReferences localhost or private-network addresses
Process Or Shell AccessUses Node process or subprocess APIs
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Uses Electron desktop APIsWarningHighelectron (4)
Uses direct Node filesystem-related modulesWarningHighbuffer (2), node:path (2), os (1), stream (5)
Uses Node process or subprocess APIsWarningHighprocess.env (8), process.platform (29)
References localhost or private-network addressesWarningMedium127.0.0.1 (1), localhost (1)
Reads or writes clipboard dataInfoHighnavigator.clipboard.readText (2), navigator.clipboard.writeText (4)
Registers events, DOM handlers, or intervalsInfoHighsetInterval (3), setTimeout (34), this.registerEvent (1)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFirstLinkpathDest (2), app.metadataCache (2)
References URLs or constructs URL objectsInfoHighhttp:// (36), https:// (71), URL (11)
Uses browser network APIsInfoHighWebSocket (1)
Uses Node HTTP modulesInfoHighhttp (2), https (1)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (2)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (47), obsidian.Setting (47)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (19), this.addStatusBarItem (1)
Accesses Obsidian vault APIsInfoHighapp.vault (13)
Enumerates vault filesInfoHighapp.vault.getAllLoadedFiles (1)
References Obsidian URI linksInfoHighobsidian:// (1)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (8)
Accesses Obsidian workspace APIsInfoHighapp.workspace (34)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (6), app.workspace.activeEditor (1)
Registers or manipulates workspace views and panesInfoHighapp.workspace.getLeavesOfType (5), registerView (1)

The above data may not be accurate and contain errors. For more information refer to the page about data collection.

Lines of Code

The plugin has a total of 19532 lines of code. The following chart shows the lines of code split by programming language.

Downloads

The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.

Version History

VersionRelease DateNote
1.0.02026-01-29Released while not listed
1.1.02026-01-29Released while not listed
1.1.12026-01-30Released while not listed
1.2.02026-02-05Released while not listed
1.2.12026-02-05Released while not listed
1.2.22026-02-05Released while not listed
1.2.32026-02-26Released while not listed
1.3.02026-04-22Released while not listed
1.3.12026-04-23Released while not listed
1.3.22026-04-25Released while not listed
1.3.32026-04-26Released while not listed
1.3.42026-04-27Released while not listed
1.3.52026-05-07Released while not listed
1.3.62026-05-14Released while not listed
1.3.72026-05-16None
1.4.02026-05-16None
1.4.12026-05-16None

Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.