Skip to content
View talkdedseccode's full-sized avatar

Block or report talkdedseccode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
talkdedseccode/README.md
Talkdedsec Editor — a focused Windows code editor with no startup telemetry

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.

Talkdedsec Editor

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

Talkdedsec eye logo

LOOKS. LOGS NOTHING.


Why it exists

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.

0

startup telemetry endpoints

0.41 s

measured cold start

9

running processes

64

built-in extensions


The operating principles

Telemetry is removed, not muted

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.

Installation stays in user space

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.

Updates do not run behind you

There is no background update service. A new release is installed manually over the existing version; the user decides when the application changes.

The agent uses your provider account

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.


What the trust boundary looks like

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.


Measured, not estimated

Before and after measurements for startup time, processes, built-in extensions and startup endpoints
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
Measurement method and raw output: code.talkdedsec.com/en/olcum

Five complete themes, not five syntax palettes

Talkdedsec themes: Dark, Midnight, Matrix, Ember and Light

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.

Browse or contribute themes →


Download with a verifiable path

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.

Verify with PowerShell

Get-FileHash .\TalkdedsecSetup.exe -Algorithm SHA256

Current release

TalkdedsecSetup.exe
v1.130.0
Windows x64

Expected SHA-256:

3f8a6dda74030e30a85b5f72b327099f31859d5af8b144e6b678e1327d2129a8

The result must match exactly. The machine-readable checksum is stored at checksums/v1.130.0.sha256.


What is public, and what is not

Public

  • Product documentation and release notes
  • Installer releases and checksums
  • Security and contribution policies
  • Third-party license notices
  • Theme sources and validation tooling
  • Issue and discussion history

Not public

  • The editor's proprietary application source
  • Private security advisory discussions
  • User settings, extension state or agent sessions
  • Provider credentials and account data
  • Unpublished development builds

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.


Repository map

Official releases, documentation, issue tracking, Discussions, security policy, terms of use and third-party notices.

Access: public documentation and binary releases
License: editor Terms of Use

Built-in theme references, community submissions, contribution rules and automated validation tooling.

Access: public source
License: MIT

The official GitHub profile for the project and a high-level map of the editor ecosystem.

Access: public profile
Purpose: project overview


Support, contribution and security

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.


Known boundaries

  • 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 Editör

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

Temel ilkeler

  • 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 .talkdedsec profilini 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.

Güncel ölçümler

Ö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

İndirme ve doğrulama

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 SHA256

v1.130.0 için beklenen değer:

3f8a6dda74030e30a85b5f72b327099f31859d5af8b144e6b678e1327d2129a8

Sonuç birebir aynı olmalıdır.

Şeffaflık sınırları

  • 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.

Depolar

  • 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.

Popular repositories Loading

  1. talkdedsec-editor talkdedsec-editor Public

    Telemetrisiz Windows kod editörü — kurulum dosyası Releases'te, forum Discussions'ta / Telemetry-free code editor for Windows

  2. talkdedsec-themes talkdedsec-themes Public

    Talkdedsec editörü için topluluk temaları

    JavaScript

  3. talkdedseccode talkdedseccode Public

    GitHub profil README'si