Skip to content

The most no-nonsense locally hosted AI code completion plugin for vscode, like Github Copilot but 100% free and 100% private.

License

Notifications You must be signed in to change notification settings

VfBfoerst/twinny

 
 

Repository files navigation

twinny

twinny is a locally hosted AI code completion plugin for Visual Studio Code, designed to work seamlessly with ollama.

twinny is aptly named as your "twin" pair programmer, assisting you in writing code more efficiently and intelligently.

🎉 Attention: twinny now works only with ollama API and the legacy API twinny-api will no longer be supported.

twinny

The aim of twinny is to democratise the development of AI code completion tools, join me on this journey!

🚀 Getting Started

Prerequisites

To make use of twinny properly, you will need to run the ollama API.

Installation & Setup

Once you have the ollama API up and running you will need to install the extension.

You can install the verified extension using vscode or visit this link for more information on how to install it.

Enjoy enhanced code completions with twinny! 🎉

Development and contributions

  1. Clone this repository:
git clone https://github.com/rjmacarthy/twinny.git
  1. Navigate to the cloned directory:
cd twinny
  1. Install the necessary dependencies:
npm install
  1. Start the plugin in development mode by pressing F5 within Visual Studio Code.

Contributions are welcome for both the extension and the API please open an issue describing your changes and open a pull request when ready.

This project is under MIT licence, please read the LICENSE file for more information.

About

The most no-nonsense locally hosted AI code completion plugin for vscode, like Github Copilot but 100% free and 100% private.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.2%
  • JavaScript 13.8%