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/devikaor
Install via npx
npx @hexmos/ipm i stitionai/devikaPrerequisites
Python
languageVersion: >=3.10.0, < 3.12.0
NodeJs
package_managerVersion: >=18.0.0
bun
build_toolVersion: latest
uv
package_managerVersion: latest
playwright
package_managerVersion: latest
pip
package_managerVersion: latest
docker
system_toolOptional 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.pyInstall Dependencies
pip install -r requirements.txtCreate Virtual Environment and Install Dependencies
uv venv
source .venv/bin/activate
pip install -r requirements.txtPost 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! ```
