awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • codota/tabnineAvatar de codota

    codota/TabNine

    10,784Voir sur 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
    Voir sur GitHub↗10,784
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Code Security
  5. On-Device Code Processing