Skip to content

LLM-powered developer plugin for JetBrains IDE platform

License

Notifications You must be signed in to change notification settings

fmueller/jarvis

Repository files navigation

Jarvis

Build Version Downloads

About

Jarvis is an LLM-powered developer plugin for the JetBrains IDE platform. It aims to support developers by leveraging local LLMs only. To achieve this, it is integrating with Ollama.

Installation

  1. Install and run Ollama
  2. Download LLama 3.1 8B model in Ollama: ollama run llama3.1
  3. Install Jarvis plugin in your Jetbrains IDE:
    • Using the IDE built-in plugin system: Settings/Preferences > Plugins > Marketplace > Search for "jarvis" > Install
    • Manually: Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

License

This project is licensed under the MIT