Copilot

Open-source projects categorized as Copilot

Top 23 Copilot Open-Source Projects

  • chatbox

    Chatbox is a desktop client for ChatGPT, Claude and other LLMs, available on Windows, Mac, Linux

  • Project mention: Chatbox (latest versions) is not open source; AskHN: anything similar? | news.ycombinator.com | 2024-02-08
  • BingGPT

    Desktop application of new Bing's AI-powered chat (Windows, macOS and Linux)

  • Project mention: BingGPT - Desktop application of new Bing's AI-powered chat | /r/bing | 2023-05-28

    Link [Github]

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • CopilotForXcode

    The missing GitHub Copilot, Codeium and ChatGPT Xcode Source Editor Extension

  • Project mention: Ask HN: What was an interesting project you started and finished over a weekend? | news.ycombinator.com | 2024-04-06
  • E2B

    Secure cloud runtime for AI apps & AI agents. Fully open-source.

  • Project mention: Show HN: Add AI code interpreter to any LLM via SDK | news.ycombinator.com | 2024-04-12

    Hi, I'm the CEO of the company that built this SDK.

    We're a company called E2B [0]. We're building and open-source [1] secure environments for running untrusted AI-generated code and AI agents. We call these environments sandboxes and they are built on top of micro VM called Firecracker [2].

    You can think of us as giving small cloud computers to LLMs.

    We recently created a dedicated SDK for building custom code interpreters in Python or JS/TS. We saw this need after a lot of our users have been adding code execution capabilities to their AI apps with our core SDK [3]. These use cases were often centered around AI data analysis so code interpreter-like behavior made sense

    The way our code interpret SDK works is by spawning an E2B sandbox with Jupyter Server. We then communicate with this Jupyter server through Jupyter Kernel messaging protocol [4].

    We don't do any wrapping around LLM, any prompting, or any agent-like framework. We leave all of that on users. We're really just a boring code execution layer that sats at the bottom that we're building specifically for the future software that will be building another software. We work with any LLM. Here's how we added code interpreter to Claude [5].

    Our long-term plan is to build an automated AWS for AI apps and agents.

    Happy to answer any questions and hear feedback!

    [0] https://e2b.dev/

    [1] https://github.com/e2b-dev

    [2] https://github.com/firecracker-microvm/firecracker

    [3] https://e2b.dev/docs

    [4] https://jupyter-client.readthedocs.io/en/latest/messaging.ht...

    [5] https://github.com/e2b-dev/e2b-cookbook/blob/main/examples/c...

  • UFO

    A UI-Focused Agent for Windows OS Interaction.

  • Project mention: The 01 Project | news.ycombinator.com | 2024-03-21

    Right, but that's not an OS, that's a software application run by the OS like Microsoft's UFO[0]. The ability to "teach" the LLM by converting your teachings to those skills is very clever though.

    0. https://github.com/microsoft/ufo

  • Winpilot

    Your everyday Windows companion

  • Project mention: Vanilla Windows 11 + AtlasOS + Legion Space = BEAST!!! | /r/LegionGo | 2023-12-07

    To remove Windows 11 bloat without needing to conduct a fresh install... I suggest using BloatyNosy https://github.com/builtbybel/Bloatynosy

  • Noi

    🚀 Power Your World with AI - Explore, Extend, Empower.

  • Project mention: Noi: Power Your World with AI – Explore, Extend, Empower | news.ycombinator.com | 2024-03-25
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • codeium.vim

    Free, ultrafast Copilot alternative for Vim and Neovim

  • Project mention: Learn to ask for help | dev.to | 2024-04-20

    https://codeium.com/ (VSCode, code completion aside, they have a chat mode with your context available)

  • CoPilot

    Responsive Bootstrap 3 Admin Template based on AdminLTE with vue.js (by misterGF)

  • copilot.lua

    Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot

  • Project mention: Your favourite Neovim plugins? | /r/neovim | 2023-06-21

    copilot.lua - copilot plugin written in lua

  • sketch

    AI code-writing assistant that understands data content

  • Project mention: Ask HN: What have you built with LLMs? | news.ycombinator.com | 2024-02-05

    We've made a lot of data tooling things based on LLMs, and are in the process of rebranding and launching our main product.

    1. sketch (in notebook, ai for pandas) https://github.com/approximatelabs/sketch

    2. datadm (open source, "chat with data", with support for the open source LLMs (https://github.com/approximatelabs/datadm)

    3. Our main product: julyp. https://julyp.com/ (currently under very active rebrand and cleanup) -- but a "chat with data" style app, with a lot of specialized features. I'm also streaming me using it (and sometimes building it) every weekday on twitch to solve misc data problems (https://www.twitch.tv/bluecoconut)

    For your next question, about the stack and deploy:

  • twinny

    The most no-nonsense, locally or API-hosted AI code completion plugin for Visual Studio Code - like GitHub Copilot but completely free and 100% private.

  • Project mention: Twinny: Locally hosted (or API hosted) AI code completion for Visual Studio Code | news.ycombinator.com | 2024-04-10
  • copilot-cmp

    Lua plugin to turn github copilot into a cmp source

  • Project mention: I can't get copilot.lua to work | /r/neovim | 2023-11-15
  • copilot

    A stream-based runtime-verification framework for generating hard real-time C code.

  • Project mention: NASA Copilot: A stream-based runtime-verification framework | news.ycombinator.com | 2024-02-23
  • code-llama-for-vscode

    Use Code Llama with Visual Studio Code and the Continue extension. A local LLM alternative to GitHub Copilot.

  • Project mention: Stable Code 3B: Coding on the Edge | news.ycombinator.com | 2024-01-16

    How are people using codellama and this in their workflows?

    I found one option: https://github.com/xNul/code-llama-for-vscode

    But I'm guessing there are others, and they might differ in how they provide context to the model.

  • awesome-ai-coding

    Awesome AI Coding

  • gp.nvim

    Gp.nvim (GPT prompt) Neovim AI plugin: ChatGPT sessions & Instructable text/code operations & Speech to text [OpenAI]

  • Project mention: Gp.nvim: Neovim plugin ChatGPT text/code operations and Speech to text | news.ycombinator.com | 2023-12-31
  • IncognitoPilot

    An AI code interpreter for sensitive data, powered by GPT-4 or Code Llama / Llama 2.

  • Project mention: FLaNK Stack Weekly for 21 August 2023 | dev.to | 2023-08-21
  • are-copilots-local-yet

    Are Copilots Local Yet? The frontier of local LLM Copilots for code completion, project generation, shell assistance, and more. Find tools shaping tomorrow's developer experience, today!

  • Project mention: Are Copilots Local Yet? An up-to-date list of open & local AI tools to write code. Explore the frontier of local LLM Copilots for code completion, project generation, shell assistance, and more. | /r/coolgithubprojects | 2023-09-26
  • npm-copilot

    CLI tool for Next.js that can analyze logs in real-time and suggest a solution using OpenAI

  • whiz

    A copilot for your terminal (by searchableguy)

  • Project mention: Show HN: Whiz – A copilot for your command line | news.ycombinator.com | 2023-09-19

    I updated the instructions and added a feature to change the model used by whiz. Could you please update whiz_cli using npm and add `export WHIZ_LLM_MODEL=gpt-4` to your shell.

    instructions are available in README now: https://github.com/searchableguy/whiz#installation

  • vscode-copilot-release

    Feedback on GitHub Copilot Chat UX in Visual Studio Code.

  • Project mention: Github copilot can not access file system but should be able to do it | /r/learnprogramming | 2023-12-07

    The old command just does not give you the create button anymore. No clue why this was renamed. Source https://github.com/microsoft/vscode-copilot-release/issues/538

  • rust-mlops-template

    A work in progress to build out solutions in Rust for MLOPs

  • Project mention: Is anyone doing Machine Learning in Rust? | /r/rust | 2023-05-11
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Copilot related posts

Index

What are some of the best open-source Copilot projects? This list will help you:

Project Stars
1 chatbox 18,573
2 BingGPT 9,360
3 CopilotForXcode 7,006
4 E2B 6,108
5 UFO 4,260
6 Winpilot 3,971
7 Noi 3,583
8 codeium.vim 3,322
9 CoPilot 2,893
10 copilot.lua 2,269
11 sketch 2,198
12 twinny 1,514
13 copilot-cmp 1,012
14 copilot 591
15 code-llama-for-vscode 511
16 awesome-ai-coding 467
17 gp.nvim 465
18 IncognitoPilot 410
19 are-copilots-local-yet 414
20 npm-copilot 338
21 whiz 280
22 vscode-copilot-release 275
23 rust-mlops-template 272

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com