A Mining AI agent that can perform information mining on your macOS. It can search the Google, X, Reddit, Baidu freely etc, response with AI LLM, and check the LLM answer factually.
- Super Researcher
- Native search engine
- Native knowledge library
- Native R calculations
- Customer Discovery
- Data Mining
- Search freely
- Factually check LLM answer
- Embedded R runtime
- Search the twitter(X), rednote(xiaohongshu.com), Reddit, Baidu, Weixin MP and Google etc
- Answer questions with search results or local knowledges
- Transform conversation to task. You can run the task with one click.
- Support local native LLM models and cloud openai like models.
- Prevent duplicated knowledges
- Manage knowledges, delete knowledges, auto update knowledge, open knowledge in the local desktop and more
- Drag Ollama.app to /Applications
- Run Ollama
- Drag LLMSurf-v-xxx.app to /Applications
- Run LLMSurf
Solve macOS App Opening Issue in One Minute! Fix the error: "Apple cannot verify that 'App Cleaner & Uninstaller' does not contain malware that may harm your Mac or compromise your privacy."
- Open Terminal (press Command+Space and search for Terminal)
- Enter these two commands:
sudo spctl --master-disable
#(navigate to the applications folder)
cd /Applications
# (use Tab key to auto-complete)
sudo xattr -rd com.apple.quarantine /Applications/LLMSurf.app
- Enter your user password
- Open Settings -> Security & Privacy -> Security -> Allow Any developers
- Open LLMSurf
Done!
If the app downloads models failed or the models are not in the App resources folder, we can download them and install them manually.
You can try download SentenceBERT model manually from [https://github.com/yyaadet/llmsurf/releases/download/v1.0.0/SentenceBERT.mlmodelc.zip].
- Unzip it. You can see a file named
SentenceBERT.mlmodelc
. - Open the Terminal app. If your downloads are in the folder
~/Downloads
, you should run the command:cd ~/Downloads
- Run command in the terminal:
mkdir -p ~/Library/Application\ Support/LLMSurf/Models/SentenceBERT
- Run command in the terminal:
cp -rf SentenceBERT.mlmodelc ~/Library/Application\ Support/LLMSurf/Models/SentenceBERT
Download rerank model from [https://github.com/yyaadet/llmsurf/releases/download/v3.0.0/BGEReranker.mlmodelc.zip] .
- Unzip it. You can see a file named
BGEReranker.mlmodelc.zip
. - Open the Terminal app. If your downloads are in the folder
~/Downloads
, you should run the command:cd ~/Downloads
- Run command in the terminal:
mkdir -p ~/Library/Application\ Support/LLMSurf/Models/BGEReranker
- Run command in the terminal:
cp -rf BGEReranker.mlmodelc ~/Library/Application\ Support/LLMSurf/Models/BGEReranker
Of course, you can operate in GUI.
Or download from baidu disk:
链接: https://pan.baidu.com/s/1L2rWKGX0eDA_WeG_Mu19eA?pwd=t6jv 提取码: t6jv
LLMSurf can check the AI LLM response factually.
- We will show information citation in the LLM response.
- We will check the information citation factually.
- The numbers or claims in the LLM response will be checked factually.
- Email: [email protected]
- Twitter: yyaadet
- Wechat: yyaadet2002
- GitHub: yyaadet
- AutoSRT is an macOS app that automatically generates dual language subtitles from video files.