Callisto is a fully in-browser conversational AI assistant, built on the ONNX runtime through the Transformers.js library
0
stars
9
commits
JavaScript
primary language
Jun 23, 2025
updated
CHECK IT OUT AT callisto-lyart.vercel.app!
Callisto is a fully in-browser conversational AI assistant. It does NOT have a backend API.
Your browser MUST support WebGPU to run this AI assistant. Please figure out if your browser is compatible before proceeding. As of writing this, as long as you are on a Mac running the latest Google Chrome browser, you should be able to run this out of the box. On Linux machines, however, you may need to use a special flag to enable WebGPU on your Chrome. Also, right now, WebGPU support on Firefox is experimental.

Callisto will load the following 4 different AI models. It'll then use WebGPU and the ONNX runtime through the Transformers.js library to run them all inside your browser.
Just clone this repo and run the following commands:
npm installnpm run devRefined and added features over webml-community/conversational-webgpu
The following features were added:
9 commits
JavaScript
98.6%
HTML
1.0%
Callisto is a fully in-browser conversational AI assistant, built on the ONNX runtime through the Transformers.js library
0
stars
9
commits
JavaScript
primary language
Jun 23, 2025
updated
CHECK IT OUT AT callisto-lyart.vercel.app!
Callisto is a fully in-browser conversational AI assistant. It does NOT have a backend API.
Your browser MUST support WebGPU to run this AI assistant. Please figure out if your browser is compatible before proceeding. As of writing this, as long as you are on a Mac running the latest Google Chrome browser, you should be able to run this out of the box. On Linux machines, however, you may need to use a special flag to enable WebGPU on your Chrome. Also, right now, WebGPU support on Firefox is experimental.

Callisto will load the following 4 different AI models. It'll then use WebGPU and the ONNX runtime through the Transformers.js library to run them all inside your browser.
Just clone this repo and run the following commands:
npm installnpm run devRefined and added features over webml-community/conversational-webgpu
The following features were added:
9 commits
JavaScript
98.6%
HTML
1.0%