Search less. Find more. Get work done. ✨
100K+
Curiosity Workspaces is a powerful, self-hosted application designed to unify and search your company’s data. It offers fast, intelligent search capabilities, advanced LLM integration, out of the box support for RAG, with robust data privacy by keeping everything on your infrastructure. Key features include advanced indexing, flexible file processing, multiple customization options, and seamless integration with popular tools like Google Drive, Dropbox, SharePoint, Notion and many more. Whether you’re managing files, emails, or cloud-based documents, Curiosity Workspaces helps you find the right information quickly and efficiently.
For more information about Curiosity, please visit https://curiosity.ai/workspace
Make sure Docker is installed on your system:
To start Curiosity Workspace on your machine:
# Create a directory for persistent storage
mkdir -p ~/curiosity/storage
# Run the Docker container
docker run \
-p 8080:8080 \
-v ~/curiosity/storage/:/data/ \
-e storage=/data/ \
curiosityai/curiosity
Once the container is running, open your browser and go to http://localhost:8080. Follow the on-screen instructions to complete the initial setup.
For detailed deployment and configuration information, including advanced options and troubleshooting tips, check out the developer documentation.
Content type
Image
Digest
sha256:defa38118…
Size
2.3 GB
Last updated
about 1 hour ago
docker pull curiosityai/curiosity