Omnitool.ai
  • Welcome to Omnitool.ai
    • Key Features
  • Getting Started
    • Installation
    • Configuration
    • FAQ
  • Tutorial
    • Glossary
    • UI Overview
    • Adding API Keys
    • Blocks
      • Omnitool
      • OpenAI
      • Replicate
      • HuggingFace
      • ElevenLabs
      • OpenRouter
      • Sharp Image Processing
  • Contributing
  • Advanced
    • Run Recipe via REST API
    • Create New Blocks
      • Add a New Block via Composition API
      • Adding New Block via Extension
      • Adding new Block via OpenAPI Spec
    • Create New Extension
    • Use Local Models
  • License
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Getting Started

Installation

PreviousGetting StartedNextConfiguration

Last updated 1 year ago

Was this helpful?

We are currently testing installers for Windows and macOS. Until those are publicly available, please follow the manual installation steps.

Manual Install

This guide will help you download the Omnitool software, and then build and start the Omnitool server in a directory running from your local machine.

You can then access the Omnitool software from a web browser on your local machine.

  1. Prerequisites

Ensure you have the latest versions of the following software installed:

  • Latest

  • Latest LTS

  • Classic

  1. Get the Source Code

  • Open a terminal

  • Navigate to where you want Omnitool to be installed

  • Use the following command:

  git clone https://github.com/omnitool-ai/omnitool

This will create the omnitool folder.

  • Now navigate inside Omnitool's folder. By default:

  cd omnitool
  1. Install Source Dependencies

Run the following command in the root of the repository to install the necessary dependencies:

  yarn install
  1. Build and Start the Server

Now we will use yarn and Node.js to build the server software locally on your machine and then start it running.

  yarn start

See Configuration for the available parameters.

When successful, you will see the following message:

◐ Booting Server
✔ Server has started and is ready to accept connections on http://127.0.0.1:1688.
✔ Ctrl-C to quit.
  1. Open Omnitool in a Web Browser

Explore the Code For a list of scripts we use internally, try running:

yarn run

Other Installation Methods:

Omnitool.ai can now be accessed from:

A is under testing.

A is available.

If you're interested in cloud-based operation, reach out to us at

Git
Node.js
Yarn
127.0.0.1:1688
Docker Image
HuggingFace Space
contact@omnitool.ai