https://github.com/toledo-labs/toledo1
Achieve search sovereignty with Toledo1, a compound LLM browser
https://github.com/toledo-labs/toledo1
ai-agents anthropic-claude chat client-side desktop-app huggingface-inference-endpoint llamacpp llm-browser multi-llm nvidia-inference-endpoint openai-chatgpt openai-compatible-api real-time
Last synced: 4 months ago
JSON representation
Achieve search sovereignty with Toledo1, a compound LLM browser
- Host: GitHub
- URL: https://github.com/toledo-labs/toledo1
- Owner: toledo-labs
- License: other
- Created: 2024-07-14T18:00:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T15:22:47.000Z (4 months ago)
- Last Synced: 2025-02-08T16:28:39.978Z (4 months ago)
- Topics: ai-agents, anthropic-claude, chat, client-side, desktop-app, huggingface-inference-endpoint, llamacpp, llm-browser, multi-llm, nvidia-inference-endpoint, openai-chatgpt, openai-compatible-api, real-time
- Homepage: https://toledo1.com
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: license.md
Awesome Lists containing this project
README

Toledo1 is an LLM browser where the URL points to LLM inference, a direct chat line to any LLM on the public internet, private cloud, or local desktop running OpenAI compatible inference. A paradigm shift in web search, where users pay per query with confidentiality. Its real-time capability to chain multiple models on context using presets makes it a [manual compound AI system](https://bair.berkeley.edu/blog/2024/02/18/compound-ai-systems/), a truth machine.#### Supported Systems
- [Windows x64](https://github.com/toledo-labs/toledo1/releases/download/v1.8.9/windows-inno-installer-toledo1-v1.8.9.exe)
- [Linux x64](https://github.com/toledo-labs/toledo1/releases/download/v1.8.9/linux-flatpak-installer-toledo1-v1.8.9.zip)
- [macOS](https://github.com/toledo-labs/toledo1/releases/download/v1.8.9/macos-dmg-installer-toledo1-v1.8.9.dmg)
### Toledo1 Features
* 📱 **Client-Side Search:** Powerful native desktop application that integrates seamlessly with your workflow. Search and process information directly from your PC with simple one-click installation* ⚙️ **Easy Installation:** Get started in minutes - Toledo1 is ready to use immediately after license key activation. No complex setup or configuration required
* ❌ **No Subscriptions:** Transparent pay-per-query pricing model with enterprise-grade security. Only pay for what you actually use with our confidential API system
* 🤖 **AI Agent:** Advanced RAG (Retrieval-Augmented Generation) pipeline with customizable LLM chains. Future updates will include automated chain building and an intelligent Auto-mode in Settings
* 💡 **Dynamic Code Copilot:** Leverage specialized code LLMs with customizable presets for diverse programming solutions. Perfect for feature development, debugging, and application architecture
* 📊 **Real Time Data:** Access live market data, weather information, and current events through integration with Perplexity.ai's advanced Sonar models. Stay updated with accurate, real-time information
* 📁 **History Management:** Seamlessly transfer your chat history between different LLM systems while preserving context, including files and images. Never lose important conversations
* 🔄 **Multi-Purpose Assistant:** Customize Toledo1's behavior and expertise through flexible system settings. Adapt the AI to serve your specific professional or personal needs
* 📂 **File & Image Processing:** Effortlessly process multiple file formats including text, PDF, and images. Advanced LLM processing helps extract and analyze information from your documents
* 🔒 **Local Inference:** Maintain complete privacy with on-device processing using [ollama](https://toledo1.com/local-inference-tutorial-with-ollama/). Keep sensitive data secure while enjoying powerful AI capabilities locally
#### List of tested Operating Systems
- **Windows installer** tested on Windows 11
- **Linux Flatpak installer** tested on Ubuntu 22.04-24.04 and RedHat 9.4
- **macOS installer** tested on Sonoma 14.6macOS users might need to unquarantine Toledo1 before running, please see this post for details: [macOS Guarantines Toledo1](https://toledo1.com/macos-quarantines-toledo1/)
All installers are single click except the Linux Flatpak which requires an install script to run without sudo.
The script will build and install the flatpak package locally using artifacts
because there isn't a remote hosted package to pull into the system.
**See instructions below**[Toledo1 Documentation](https://toledo1.com/quick-start/)
#### Linux Flatpak Install Instructions
##### Notice:
Linux flatpak runtime has been updated to 24.08, therefore change org.freedesktop.Sdk and org.freedesktop.Platform to 24.08 on your system. This may require you to delete all versions of org.freedesktop.Sdk and org.freedesktop.Platform on your system, then reinstall by running the toledo1 flatpak installer script.
##### Prerequiste
Have flatpak installed on your system, the installer script will try to install it if not detected1. Install Toledo1
```bash
# Do not run with sudo!
$ ./install_toledo1_with_flatpak.sh
```
3. Search for Toledo1 and pin it to the taskbar
4. Launch Toledo1 by clicking on its icon#### Remove Toledo1 instructions
1. Remove Toledo1
```bash
$ flatpak uninstall com.toledo1.Toledo1
```
#### List of tested Inference Providers
- [OpenAI](https://openai.com)
- [Anthropic](https://anthropic.com)
- [Grok](https://x.ai/api)
- [Perplexity.ai](https://perplexity.ai)
- [Cerebras](https://cloud.cerebras.ai/)
- [Huggingface Endpoints](https://huggingface.co/)
- [Nvidia Inference Microservices](nvidia.com)
- [Llama.cpp](https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md)
- [Deepinfra](https://deepinfra.com/)
- [Sambanova](https://sambanova.ai/)
- [Openrouter](https://openrouter.ai/)
- [LambdaLabs](https://lambdalabs.com)