Skip to content

Commit 9d2e6a3

Browse files
authored
New version: AnalyseDeCircuit.OxideTerm version 1.6.8 (microsoft#393604)
1 parent 2d09fa8 commit 9d2e6a3

3 files changed

Lines changed: 89 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Created with WinGet Tracker using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: AnalyseDeCircuit.OxideTerm
5+
PackageVersion: 1.6.8
6+
InstallerLocale: en-US
7+
InstallerType: nullsoft
8+
Scope: user
9+
InstallModes:
10+
- interactive
11+
- silent
12+
- silentWithProgress
13+
UpgradeBehavior: install
14+
ProductCode: OxideTerm
15+
ReleaseDate: 2026-06-26
16+
AppsAndFeaturesEntries:
17+
- Publisher: oxideterm
18+
ProductCode: OxideTerm
19+
InstallationMetadata:
20+
DefaultInstallLocation: '%LocalAppData%\OxideTerm'
21+
Installers:
22+
- Architecture: x64
23+
InstallerUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v1.6.8/OxideTerm_1.6.8_windows_x64-setup.exe
24+
InstallerSha256: F786E2D4A122266E850A9F479E898EA37CAD8FF1D28B202923E996C5FA3D183E
25+
- Architecture: arm64
26+
InstallerUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v1.6.8/OxideTerm_1.6.8_windows_arm64-setup.exe
27+
InstallerSha256: 3E2F153698F65D00DB3D1D3A6C5298701B0BA8786067D656A21A09308FB40DFB
28+
ManifestType: installer
29+
ManifestVersion: 1.12.0
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Created with WinGet Tracker using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: AnalyseDeCircuit.OxideTerm
5+
PackageVersion: 1.6.8
6+
PackageLocale: en-US
7+
Publisher: AnalyseDeCircuit
8+
PublisherUrl: https://github.com/AnalyseDeCircuit
9+
PublisherSupportUrl: https://github.com/AnalyseDeCircuit/oxideterm/issues
10+
Author: AnalyseDeCircuit
11+
PackageName: OxideTerm
12+
PackageUrl: https://github.com/AnalyseDeCircuit/oxideterm
13+
License: GPL-3.0
14+
LicenseUrl: https://github.com/AnalyseDeCircuit/oxideterm/blob/HEAD/LICENSE
15+
ShortDescription: Local-first SSH workspace for local shells and remote machines.Zero Electron, zero OpenSSL, zero telemetry, and no app subscription for core SSH workflows.
16+
Tags:
17+
- agent
18+
- ai-terminal
19+
- bring-your-own-key
20+
- filemanager
21+
- mcp
22+
- rag
23+
- russh
24+
- rust
25+
- sftp
26+
- ssh-client
27+
- tauri
28+
- terminal
29+
- terminal-emulator
30+
- tool-calling
31+
- wslg
32+
- xterm-js
33+
ReleaseNotes: |-
34+
📦 Installation Tips / 安装提示
35+
macOS
36+
Downloaded .dmg files are quarantined by Gatekeeper. Run in Terminal:
37+
下载的 .dmg 文件会被 Gatekeeper 隔离,请在终端执行:
38+
xattr -cr ~/Downloads/OxideTerm_*.dmg
39+
# or after install / 或安装后
40+
xattr -cr /Applications/OxideTerm.app
41+
Windows
42+
If SmartScreen warns, click More info → Run anyway.
43+
若 SmartScreen 弹出警告,点击 更多信息 → 仍要运行。
44+
Linux
45+
# AppImage
46+
chmod +x OxideTerm_*_linux_*.AppImage && ./OxideTerm_*_linux_*.AppImage
47+
# Debian/Ubuntu
48+
sudo dpkg -i OxideTerm_*_linux_*.deb && sudo apt-get install -f
49+
Documentation · Report Issues · Changelog
50+
ReleaseNotesUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/tag/v1.6.8
51+
ManifestType: defaultLocale
52+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Tracker using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: AnalyseDeCircuit.OxideTerm
5+
PackageVersion: 1.6.8
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)