awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesOn-Device Code Processing

Running code completion entirely on-device or in a private cloud to prevent source code from leaving the controlled environment.

Distinct from Code Security: Distinct from Code Security: focuses on local processing for privacy, not on vulnerability detection or secure coding practices.

Explore 1 awesome GitHub repository matching part of an awesome list · On-Device Code Processing. Refine with filters or upvote what's useful.

Awesome On-Device Code Processing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • codota/tabnineAvatar de codota

    codota/TabNine

    10,784Ver en GitHub↗

    TabNine is an AI-powered code completion engine that runs a deep-learning model to generate real-time code suggestions across all programming languages. It operates as an editor plugin that communicates with a backend through a JSON message-passing interface, processing code entirely on the local machine or within a private cloud to keep source code secure and private. The system provides a completion request API that accepts cursor context and returns ranked text completions, with features for configuring completion regions, prefetching files for indexing, and managing binary versions and up

    Runs code completion entirely on-device or in a private cloud to prevent source code from leaving your controlled environment.

    Shellaiartificial-intelligenceatom-package
    Ver en GitHub↗10,784
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Code Security
  5. On-Device Code Processing