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.
- Install and run Ollama
- Download LLama 3.1 8B model in Ollama:
ollama run llama3.1
- Download LLama 3.2 3B model in Ollama:
ollama run llama3.2
- 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...
Jarvis can be controlled via chat messages and commands. To start a conversation, simply type /new
in the chat window.
Available commands:
/help
or/?
- Shows this help message/new
- Starts a new conversation/plain
- Sends a chat message without code context/model <modelName>
- Changes the model to use ('llama3.1' or 'llama3.2')
This project is licensed under the MIT.