Website · Download · Documentation · Discussions · Themes · Security
Official GitHub account for code.talkdedsec.com and the Talkdedsec editor ecosystem.
|
A SMALLER EDITOR. A CLEARER TRUST BOUNDARY. A focused Windows code editor built from an open-source editor core, with telemetry, unused built-in extensions and unnecessary startup work removed. Talkdedsec is designed around one idea: opening a project should lead to a cursor, not a chain of background services, reporting endpoints and product layers you never asked for. Windows x64 v1.130.0 Per-user install No admin required Manual updates |
LOOKS. LOGS NOTHING. |
A modern editor can become a platform before it becomes useful: telemetry pipelines, update services, account layers, bundled extensions and background work all compete with the actual job of editing code.
Talkdedsec takes the opposite direction. It keeps the familiar editor workflow, removes the parts that are not required for that workflow and makes the remaining trust boundaries explicit.
|
startup telemetry endpoints |
measured cold start |
running processes |
built-in extensions |
|
The base editor does not depend on an analytics pipeline or a startup reporting endpoint. Privacy is not a switch that can be turned back on by a remote configuration. |
The editor installs inside the current Windows user profile, asks for no administrator privileges and keeps its settings, extensions and session state separate from other editors. |
|
There is no background update service. A new release is installed manually over the existing version; the user decides when the application changes. |
The embedded agent connects through the account selected by the user. There is no Talkdedsec-hosted proxy, seat fee or token resale layer between the editor and the chosen provider. |
Talkdedsec Editor
├── stripped editor core
├── isolated .talkdedsec profile
├── extensions from Open VSX
└── embedded agent
└── user-selected provider account
The base editor makes no startup telemetry connection. Extensions and the embedded agent may access the network when the user installs, configures or invokes them; those requests are governed by the relevant extension or provider.
| Measurement | Current build | Context |
|---|---|---|
| Cold start | 0.41 s | Production build, clean profile |
| Processes | 9 | After startup settles |
| Built-in extensions | 64 | 34 removed from the original set |
| Startup telemetry endpoints | 0 | Base editor startup |
| Idle memory | 1.40 GB | Same measurement environment |
| Installed size | 1.12 GB | Per-user installation |
| Installer size | 253 MB | Windows x64 package |
| Source maps shipped | 0 | Production distribution |
Each built-in theme covers 183 interface colour keys and a full 16-colour terminal palette. Changing a theme also changes panels, Git decorations and terminal colours instead of leaving parts of the interface in the previous palette.
The community theme repository includes a dependency-free validator that checks submitted JSON and YAML, required metadata, supported theme type values and colour formats before merge.
The Windows installer is distributed through the official
talkdedsec-editor Releases page.
The current package is not code-signed yet, so its SHA-256 digest should be verified before execution.
Get-FileHash .\TalkdedsecSetup.exe -Algorithm SHA256 |
|
Expected SHA-256:
3f8a6dda74030e30a85b5f72b327099f31859d5af8b144e6b678e1327d2129a8
The result must match exactly. The machine-readable checksum is stored at
checksums/v1.130.0.sha256.
|
|
The editor binary is closed source and distributed under its
Terms of Use. Open-source
components retain their original licenses, reproduced in
THIRD-PARTY-NOTICES.md.
|
Official releases, documentation, issue tracking, Discussions, security policy, terms of use and third-party notices. Access: public documentation and binary releases |
Built-in theme references, community submissions, contribution rules and automated validation tooling. Access: public source |
The official GitHub profile for the project and a high-level map of the editor ecosystem. Access: public profile |
| Need | Use |
|---|---|
| Download the editor | Latest release |
| Read documentation | code.talkdedsec.com |
| Report a reproducible bug | Issues |
| Ask a usage question | Discussions |
| Submit a theme | talkdedsec-themes |
| Report a vulnerability | Private security advisory |
Security vulnerabilities must not be posted in public Issues or Discussions. Use the private advisory channel and include the affected version, impact and a reproducible test case when possible.
- The current Windows installer is not code-signed; verify its checksum before running it.
- The application binary is closed source, while third-party open-source notices are published.
- Extensions come from Open VSX; Marketplace-only extensions may be unavailable.
- There is no automatic updater; new versions are installed manually.
- Only the latest published release receives security fixes.
Türkçe sürüm
Talkdedsec; açık kaynak bir editör çekirdeğinden oluşturulan, Windows x64 için hazırlanmış, telemetriyi, kullanılmayan yerleşik eklentileri ve gereksiz başlangıç işlerini azaltan odaklı bir kod editörüdür.
Amaç editörü daha büyük bir platforma dönüştürmek değil; proje açmak ile kod yazmaya başlamak arasındaki yolu daha kısa, öngörülebilir ve denetlenebilir hâle getirmektir.
Windows x64 v1.130.0 Kullanıcı düzeyi kurulum Yönetici yetkisi yok Manuel güncelleme
- Telemetri kapatılmadı, kaldırıldı. Temel editör açılışta analitik veya telemetri uç noktasına bağlanmaz.
- Kurulum kullanıcı alanında kalır. Yönetici yetkisi istemez ve kendi
.talkdedsecprofilini kullanır. - Arka planda zorunlu güncelleyici yoktur. Yeni sürümün ne zaman kurulacağına kullanıcı karar verir.
- Gömülü ajan kullanıcının sağlayıcı hesabını kullanır. Arada Talkdedsec tarafından barındırılan bir proxy veya token satış katmanı yoktur.
- Eklentiler Open VSX üzerinden gelir. Yalnızca Marketplace'te bulunan bazı eklentiler kullanılamayabilir.
Temel editör başlangıç telemetrisi oluşturmaz. Eklentiler ve gömülü ajan, kullanıcı onları kurduğunda, yapılandırdığında veya çalıştırdığında internete erişebilir; bu işlemler ilgili eklentinin ya da sağlayıcının koşullarına tabidir.
| Ölçüm | Güncel yapı |
|---|---|
| Soğuk açılış | 0,41 sn |
| Süreç | 9 |
| Yerleşik eklenti | 64 |
| Başlangıç telemetri uç noktası | 0 |
| Boşta bellek | 1,40 GB |
| Kurulu boyut | 1,12 GB |
| Kurulum dosyası | 253 MB |
| Dağıtılan source map | 0 |
Ölçüm yöntemi ve ham çıktı: code.talkdedsec.com/tr/olcum
Kurulum dosyası yalnızca resmî
talkdedsec-editor Releases
sayfasından yayımlanır. Güncel paket henüz kod imzalı değildir; çalıştırmadan önce SHA-256 değerini
kontrol edin.
Get-FileHash .\TalkdedsecSetup.exe -Algorithm SHA256v1.130.0 için beklenen değer:
3f8a6dda74030e30a85b5f72b327099f31859d5af8b144e6b678e1327d2129a8
Sonuç birebir aynı olmalıdır.
- Editörün uygulama binary'si kapalı kaynaktır ve kullanım şartlarıyla dağıtılır.
- Üçüncü taraf açık kaynak bileşenlerin lisansları ve bildirimleri yayımlanır.
- Mevcut kurulum dosyası kod imzalı değildir.
- Otomatik güncelleme servisi yoktur.
- Yalnızca en güncel release güvenlik düzeltmesi alır.
- Güvenlik açıkları herkese açık issue yerine özel güvenlik bildirimi üzerinden iletilmelidir.
talkdedsec-editor— sürümler, belgeler, forum, kullanım şartları ve güvenlik politikası.talkdedsec-themes— tema kaynakları, topluluk katkıları ve doğrulama aracı.talkdedseccode— projenin resmî GitHub profili ve genel görünümü.
Built for a quieter editor, a smaller trust surface and a development environment that changes only when you decide it should.