logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install stitionai/devika. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

stitionai/devika Installation Guide

How to install stitionai/devika. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for stitionai/devika. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i stitionai/devika
or

Install via npx

npx @hexmos/ipm i stitionai/devika

Prerequisites

Python

language

Version: >=3.10.0, < 3.12.0

NodeJs

package_manager

Version: >=18.0.0

bun

build_tool

Version: latest

uv

package_manager

Version: latest

playwright

package_manager

Version: latest

pip

package_manager

Version: latest

docker

system_tool

Optional for containerization and deployment.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Clone Repository and Run Devika Server

git clone https://github.com/stitionai/devika.git

cd devika

python devika.py

Install Dependencies

pip install -r requirements.txt

Create Virtual Environment and Install Dependencies

uv venv

source .venv/bin/activate

pip install -r requirements.txt

Post Installation Steps

  • Open your browser and navigate to http://127.0.0.1:3001 to access the Devika web interface.
  • To start using Devika, open a new terminal and navigate to the `ui` directory: cd ui/. Then run the following command to install dependencies: ```bash bun install ``` After installation, you can start the Devika server by running: ```bash push start ```
  • If everything is working fine, you see the following output: ``` root: INFO : Devika is up and running! ```