Click on the three vertical dots in the upper right corner of the browser.
Select “Settings” from the dropdown menu.
Go to the search engine settings:
In the left sidebar, click on “Search engine.”
Then select “Manage search engines and site search.”
Add a new search engine:
Click on “Add” next to “Site search.”
Set the search engine name:
Enter Scira in the “Search engine” field.
Set the search engine URL:
Enter https://scira.ai?q=%s in the “URL with %s in place of query” field.
Set the search engine shortcut:
Enter sh in the “Shortcut” field.
Set Default:
Click on the three dots next to the search engine you just added.
Select “Make default” from the dropdown menu.
After completing these steps, you should be able to use Scira as your default search engine in Chrome.
Local development
Run via Docker
The application can be run using Docker in two ways:
Using Docker Compose (Recommended)
Make sure you have Docker and Docker Compose installed on your system
Create a .env file based on .env.example with your API keys
Run the following command in the project root:
docker compose up
The application will be available at http://localhost:3000
Using Docker Directly
Create a .env file based on .env.example with your API keys
Build the Docker image:
docker build -t scira.app .
Run the container:
docker run --env-file .env -p 3000:3000 scira.app
The application uses a multi-stage build process to minimize the final image size and implements security best practices. The production image runs on Node.js LTS with Alpine Linux for a minimal footprint.
Run with Node.js
To run the application locally without Docker:
Sign up for accounts with the required AI providers:
OpenAI (required)
Anthropic (required)
Exa (required for web search feature)
Copy .env.example to .env.local and fill in your API keys
Install dependencies:
pnpm install
Start the development server:
pnpm dev
Open http://localhost:3000 in your browser
License
This project is licensed under the AGPLv3 License - see the LICENSE file for details.
Scira
Research at the speed of thought. The agentic research platform that plans, retrieves, and cites — so you can think faster.
🔗 Try Scira at scira.ai
Powered By
Special Thanks
Warp, the intelligent terminal
Available for MacOS, Linux, & Windows
Visit warp.dev to learn more
How It Works
Features
Core Capabilities
Search Modes (17 modes)
Tools (28 tools)
Search & Retrieval
Financial & Market Data
Location & Travel
Media & Entertainment
Productivity & Utilities
LLM Models Supported
Built with
Deploy your own
Set Scira as your default search engine
Open the Chrome browser settings:
Go to the search engine settings:
Add a new search engine:
Set the search engine name:
Scirain the “Search engine” field.Set the search engine URL:
https://scira.ai?q=%sin the “URL with %s in place of query” field.Set the search engine shortcut:
shin the “Shortcut” field.Set Default:
After completing these steps, you should be able to use Scira as your default search engine in Chrome.
Local development
Run via Docker
The application can be run using Docker in two ways:
Using Docker Compose (Recommended)
.envfile based on.env.examplewith your API keyshttp://localhost:3000Using Docker Directly
.envfile based on.env.examplewith your API keysThe application uses a multi-stage build process to minimize the final image size and implements security best practices. The production image runs on Node.js LTS with Alpine Linux for a minimal footprint.
Run with Node.js
To run the application locally without Docker:
.env.exampleto.env.localand fill in your API keyshttp://localhost:3000in your browserLicense
This project is licensed under the AGPLv3 License - see the LICENSE file for details.