Installation
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.
Prerequisites
Ensure you have the latest versions of the following software installed:
Get the Source Code
Open a terminal
Navigate to where you want Omnitool to be installed
Use the following command:
This will create the omnitool
folder.
Now navigate inside Omnitool's folder. By default:
Install Source Dependencies
Run the following command in the root of the repository to install the necessary dependencies:
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.
See Configuration for the available parameters.
When successful, you will see the following message:
Open Omnitool in a Web Browser
Omnitool.ai can now be accessed from: 127.0.0.1:1688
Explore the Code For a list of scripts we use internally, try running:
Other Installation Methods:
A Docker Image is under testing.
A HuggingFace Space is available.
If you're interested in cloud-based operation, reach out to us at contact@omnitool.ai
Last updated