{"id":49899885,"url":"https://github.com/ilhamrisky/tedi","last_synced_at":"2026-07-01T08:00:46.412Z","repository":{"id":357507651,"uuid":"1237164472","full_name":"IlhamriSKY/TEDI","owner":"IlhamriSKY","description":"TEDI - Terminal Environment \u0026 Development Infrastructure.","archived":false,"fork":false,"pushed_at":"2026-05-31T03:18:13.000Z","size":25208,"stargazers_count":20,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-31T03:19:03.607Z","etag":null,"topics":["ai","claude-code","cmd","codex","open-source","opencode","powershell","terminal"],"latest_commit_sha":null,"homepage":"https://tedi.ilhamriski.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IlhamriSKY.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-13T00:00:22.000Z","updated_at":"2026-05-31T03:18:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/IlhamriSKY/TEDI","commit_stats":null,"previous_names":["ilhamrisky/tedi"],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/IlhamriSKY/TEDI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamriSKY%2FTEDI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamriSKY%2FTEDI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamriSKY%2FTEDI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamriSKY%2FTEDI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IlhamriSKY","download_url":"https://codeload.github.com/IlhamriSKY/TEDI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IlhamriSKY%2FTEDI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34046005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude-code","cmd","codex","open-source","opencode","powershell","terminal"],"created_at":"2026-05-16T03:45:55.639Z","updated_at":"2026-07-01T08:00:46.401Z","avatar_url":"https://github.com/IlhamriSKY.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"public/icon.png\" width=\"120\" height=\"120\" alt=\"TEDI\" /\u003e\n  \u003ch1\u003eTEDI\u003c/h1\u003e\n  \u003cp\u003e\u003cstrong\u003eOne lightweight app. Eight features. Your whole dev workflow in a single window.\u003c/strong\u003e\u003c/p\u003e\n\n  \u003cp\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-Apache--2.0-green\" alt=\"license\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey\" alt=\"platform\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/footprint-~7--10%20MB-brightgreen\" alt=\"footprint\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/telemetry-none-blue\" alt=\"no telemetry\" /\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n## What is TEDI?\n\n**TEDI** (**T**erminal **E**nvironment \u0026 **D**evelopment **I**nfrastructure) folds eight tools you reach for every day (a terminal, SSH client, DB browser, editor, AI agent, browser, and Git) into one window, so you stop alt-tabbing. Built on Tauri 2 (Rust + a single webview), it ships in roughly **7-10 MB** with **no telemetry**; API keys stay in the OS keychain.\n\n## The eight features\n\n| #   | Feature                         | What it does                                                                                                                                                                                                                     |\n| --- | ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| 1   | **Terminal multiplexer**        | Native PTY terminals (zsh / bash / fish / pwsh) on xterm.js + WebGL: split panes, tab groups, shell integration (OSC 7 / 133), inline search, and link detection. Inactive tabs keep streaming.                                  |\n| 2   | **SSH connection**              | Connect to remote hosts (`russh`), open remote shells, and browse/transfer files over an integrated **SFTP** explorer, all from a saved connection manager.                                                                      |\n| 3   | **SQL explorer** _(extension)_  | Browse and query databases from a dedicated panel. Ships as an extension (feature 8), so it installs and updates at runtime.                                                                                                     |\n| 4   | **Code editor**                 | CodeMirror 6 for TS/JS, Rust, Python, PHP, HTML/CSS, JSON, Markdown, C/C++, Java, C#, SQL, and more, with inline AI autocomplete, diff view, Vim mode, and Markdown/image preview.                                               |\n| 5   | **AI-native agent**             | Bring-your-own-key agent (OpenAI, Anthropic, Google, Groq, xAI, Cerebras, DeepSeek, any OpenAI-compatible endpoint, or **local** LM Studio). Sub-agents, voice input, project memory via `TEDI.md`, and tools gated by approval. |\n| 6   | **AI browser control**          | A real in-app browser (native webview) the agent drives end to end: navigate, read, type, click, scroll, and screenshot the tab to _see_ it.                                                                                     |\n| 7   | **Workspaces**                  | Each workspace keeps its own project session (tab layout + working dirs) and switches instantly. The header folder picker spawns a terminal rooted there.                                                                        |\n| 8   | **Source control + extensions** | Inline Git diff / SCM pane, and a first-class **extension** system: install from a `.zip` or GitHub release to add settings, themes, slash commands, AI tools, commands, keybindings, and panels.                                |\n\nEverything is **fully themeable** (presets, custom colors, transparency, extension themes) while staying lightweight.\n\n## Install\n\nPre-built binaries: **[Releases](https://github.com/IlhamriSKY/TEDI/releases/latest)** (Windows, macOS, Linux `.deb` / `.rpm` / `.AppImage`). Download for your OS and install; TEDI auto-checks for updates.\n\n## Screenshots\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/tedi1.png\" width=\"49%\" alt=\"TEDI screenshot 1\" /\u003e\n  \u003cimg src=\"docs/tedi2.png\" width=\"49%\" alt=\"TEDI screenshot 2\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/tedi3.png\" width=\"49%\" alt=\"TEDI screenshot 3\" /\u003e\n  \u003cimg src=\"docs/tedi4.png\" width=\"49%\" alt=\"TEDI screenshot 4\" /\u003e\n\u003c/p\u003e\n\n## Configure AI\n\n**Settings → AI**, pick a provider, paste your API key (or point TEDI at a local LM Studio endpoint). Keys go to the OS keychain via `keyring`, never to disk or `localStorage`. Full list: `PROVIDERS` in [src/modules/ai/config.ts](src/modules/ai/config.ts).\n\n## Extensions\n\nTEDI ships **no extensions** in the binary; every one (including the SQL explorer) installs at runtime. Re-installing the same `manifest.id` replaces the old copy, so the same path handles updates.\n\n```\nSettings → Extensions → From file       (pick a local .zip)\nSettings → Extensions → From GitHub     (paste owner/repo)\nSettings → Extensions → Check updates   (re-check releases/latest)\n```\n\nPer-extension icon, namespaced settings/secrets/storage, and a permission-gated host API. Authoring guide: [extensions/README.md](extensions/README.md). Reference extension: [Discord Rich Presence](https://github.com/IlhamriSKY/TEDI.discord-rich-presence).\n\n## CLI\n\n```bash\ntedi [PATH]          # open a folder or file in TEDI\ntedi .               # open the current directory\ntedi ext \u003csubcmd\u003e    # manage extensions headlessly (install / list / update / ...)\ntedi theme \u003csubcmd\u003e  # manage themes from the terminal\ntedi --help | --version | --update\n```\n\nIf TEDI is already running, the request forwards to the existing window (no second instance). On macOS / Linux AppImage the `tedi` command is not on `PATH` by default: **Settings → General → \"Install `tedi` command in PATH\"** creates a shim at `~/.local/bin/tedi`. Windows' installer handles this.\n\n## Architecture\n\nA Tauri 2 app: a React 19 webview (`src/`) talks to a Rust backend (`src-tauri/`) via `invoke()` and streaming `Channel`s. See **[ARCHITECTURE.md](ARCHITECTURE.md)** for a one-page map, then [TEDI.md](TEDI.md) for the per-module reference.\n\n## Build from source\n\nPrereqs: Rust stable ([rustup](https://rustup.rs)), Node 20.19+ / 22.12+ with [pnpm](https://pnpm.io), and [Tauri's platform prereqs](https://tauri.app/start/prerequisites/).\n\n```bash\npnpm install\npnpm tauri:dev     # dev (isolated data dir)\npnpm tauri build   # production bundle\n```\n\nPre-PR checks (full list in [CONTRIBUTING.md](CONTRIBUTING.md)):\n\n```bash\npnpm exec tsc --noEmit \u0026\u0026 pnpm lint:imports \u0026\u0026 pnpm format:check\ncd src-tauri \u0026\u0026 cargo clippy \u0026\u0026 cargo fmt\n```\n\n## Notes per platform\n\n- **Windows**: SmartScreen warns on first launch (unsigned); click _More info \u003e Run anyway_. Shell priority: `pwsh.exe`, `powershell.exe`, `cmd.exe`.\n- **Linux**: on `EGL_BAD_PARAMETER` or a blank window, set `WEBKIT_DISABLE_DMABUF_RENDERER=1`. AppImage needs FUSE (else `--appimage-extract-and-run`, or use the `.deb` / `.rpm`).\n- **macOS**: minimum 10.15. Unsigned builds may trip Gatekeeper; drag to `/Applications`, run `xattr -cr /Applications/TEDI.app` once, then open from Finder.\n\n## Credits\n\nTEDI is a fork of **[crynta/terax-ai@v0.5.9](https://github.com/crynta/terax-ai/releases/tag/v0.5.9)** by [Crynta](https://github.com/crynta). The Tauri/Rust backend, the xterm.js terminal, the CodeMirror editor, and the AI agent pipeline are the work of Crynta and the Terax contributors. Same Apache-2.0 license; if TEDI is useful, please star upstream [Terax](https://github.com/crynta/terax-ai).\n\n## License\n\nApache-2.0. See [LICENSE](LICENSE) and [NOTICE](NOTICE) for required attribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filhamrisky%2Ftedi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filhamrisky%2Ftedi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filhamrisky%2Ftedi/lists"}