[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71978":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":27,"discoverSource":28},71978,"FreeAskInternet","nashsu\u002FFreeAskInternet","nashsu","FreeAskInternet is a completely free, PRIVATE and LOCALLY running search aggregator & answer generate using MULTI LLMs, without GPU needed. The user can ask a question and the system will  make a multi engine search and combine the search result to LLM and generate the answer based on search results. It's all FREE to use. ","",null,"Python",8731,918,54,59,0,2,39.89,"Apache License 2.0",false,"main",true,[],"2026-06-12 02:02:56","# FreeAskInternet\n\n## 🎉🎉🎉 Yeah we have a logo now! 🎉🎉🎉\n\n![lgoo](.\u002Fdoc\u002Flogo-20240412.png)\n\n> Running www.perplexity.ai like app complete FREE, LOCAL, PRIVATE and NO GPU NEED on any computer\n> [!IMPORTANT]  \n> **If you are unable to use this project normally, it is most likely due to issues with your internet connection or your IP, you need free internet connection to use this project normally. 如果您无法正常使用此项目，很可能是由于您的 IP 存在问题，或者你不能自由访问互联网。**\n\n## What is FreeAskInternet\n\nFreeAskInternet is a completely free, private and locally running search aggregator & answer generate using LLM, Without GPU needed. The user can ask a question and the system will use searxng to make a multi engine search and combine the search result to the ChatGPT3.5 LLM and generate the answer based on search results. All process running locally and  No GPU or OpenAI or Google API keys are needed.\n\n## Features\n\n- 🈚️ Completely FREE (no need for any API keys)\n- 💻 Completely LOCAL (no GPU need, any computer can run )\n- 🔐 Completely PRIVATE (all thing running locally, using custom llm)\n- 👻 Runs WITHOUT LLM Hardware (NO GPU NEED!)\n- 🤩 Using Free ChatGPT3.5 \u002F Qwen \u002F Kimi \u002F ZhipuAI(GLM) API (NO API keys need! Thx OpenAI)\n- 🐵 Custom LLM(ollama,llama.cpp) support, Yes we love ollama!\n- 🚀 Fast and easy to deploy with Docker Compose\n- 🌐 Web and Mobile friendly interface, designed for Web Search enhanced AI Chat, allowing for easy access from any device.\n\n## Screenshots\n\n1. index:\n\n![index](.\u002Fdoc\u002Findex.png)\n\n2. Search based AI Chat:\n\n![index](.\u002Fdoc\u002FScreenshot-4.png)\n\n3. Multi LLM models and custom LLM like ollama support:\n\n![index](.\u002Fdoc\u002FScreenshot-5.png)\n\n## How It Works?\n\n1. System get user input question in FreeAskInternet UI interface( running locally), and call searxng (running locally) to make search on multi search engine.\n2. crawl search result links content and pass to ChatGPT3.5 \u002F Kimi \u002F Qwen \u002F ZhipuAI \u002F ollama (by using custom llm), ask LLM to answer user question based on this contents as references.\n3. Stream the answer to Chat UI.\n4. We support custom LLM setting, so theoretically infinite llm support.\n\n## Status\n\nThis project is still in its very early days. Expect some bugs.\n\n### Run the latest release\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fnashsu\u002FFreeAskInternet.git\ncd .\u002FFreeAskInternet\ndocker-compose up -d \n```\n\n🎉 You should now be able to open the web interface on http:\u002F\u002Flocalhost:3000. Nothing else is exposed by default.( For old web interface, accessing  http:\u002F\u002Flocalhost:3030)\n\n## How to get and set Kimi \u002F Qwen \u002F ZhipuAI Token?\n\nHow to get Token?\n\nWe are using [https:\u002F\u002Fgithub.com\u002FLLM-Red-Team](https:\u002F\u002Fgithub.com\u002FLLM-Red-Team) projects to provide those service, you can reference to their readme.\n\nReference : [https:\u002F\u002Fgithub.com\u002FLLM-Red-Team\u002Fkimi-free-api](https:\u002F\u002Fgithub.com\u002FLLM-Red-Team\u002Fkimi-free-api)\n\n![setting token](.\u002Fdoc\u002FScreenshot-3.png)\n\n## How to using custom LLM like ollama? (Yes we love ollama)\n\n1. start ollama serve\n\n```bash\nexport OLLAMA_HOST=0.0.0.0\nollama serve\n```\n\n2. set ollama url in setting:\nYou MUST using your computer's ip address, not localhost\u002F127.0.0.1, because in docker you can't access this address.\nThe model name is the model you want to serve by ollama.\n![setting custom llm url](.\u002Fdoc\u002FScreenshot-2.png)\n\nollama model Reference : [https:\u002F\u002Follama.com\u002Flibrary](https:\u002F\u002Follama.com\u002Flibrary)\n\n### How to update to latest\n\n```bash\ncd .\u002FFreeAskInternet\ngit pull\ndocker compose down\ndocker compose rm backend\ndocker compose rm free_ask_internet_ui\ndocker image rm nashsu\u002Ffree_ask_internet\ndocker image rm nashsu\u002Ffree_ask_internet_ui\ndocker-compose up -d\n```\n\n## Credits\n\n- ChatGPT-Next-Web : [https:\u002F\u002Fgithub.com\u002FChatGPTNextWeb\u002FChatGPT-Next-Web](https:\u002F\u002Fgithub.com\u002FChatGPTNextWeb\u002FChatGPT-Next-Web)\n- FreeGPT35: [https:\u002F\u002Fgithub.com\u002Fmissuo\u002FFreeGPT35](https:\u002F\u002Fgithub.com\u002Fmissuo\u002FFreeGPT35)\n- Kimi\\Qwen\\ZhipuAI [https:\u002F\u002Fgithub.com\u002FLLM-Red-Team](https:\u002F\u002Fgithub.com\u002FLLM-Red-Team)\n- searxng: [https:\u002F\u002Fgithub.com\u002Fsearxng\u002Fsearxng](https:\u002F\u002Fgithub.com\u002Fsearxng\u002Fsearxng)\n\n## Special thanks to our logo designer\n\n[AdlerMurcus](https:\u002F\u002Fgithub.com\u002FAdlerMurcus)\n\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FAdlerMurcus\">\n  \u003Cimg src=\"https:\u002F\u002Favatars.githubusercontent.com\u002Fu\u002F40649955?v=4\" width=\"100\" height=\"100\" class=\"avatar avatar-user width-full border color-bg-default\"\u002F>\n\u003C\u002Fa>\n\n## License\n\nApache-2.0 license\n\n## Star History\n\n[![Star History Chart](https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=nashsu\u002FFreeAskInternet&type=Date)](https:\u002F\u002Fstar-history.com\u002F#nashsu\u002FFreeAskInternet&Date)\n","FreeAskInternet 是一个完全免费、私密且本地运行的搜索聚合器与答案生成工具，使用多种语言模型（LLM）而无需GPU支持。用户可以提出问题，系统将通过多引擎搜索并结合搜索结果生成基于这些内容的答案。其核心功能包括完全免费（无需任何API密钥）、完全本地化（无需GPU，可在任何计算机上运行）、完全私密（所有操作都在本地进行），以及支持自定义LLM如Ollama等。此外，它还提供了一个对Web和移动设备友好的界面，并可通过Docker Compose快速部署。FreeAskInternet 适用于需要在本地环境中获取综合信息回答的场景，特别适合那些希望保持数据隐私同时又想利用先进AI技术来辅助决策或学习的个人和小型团队。","2026-06-11 03:39:47","high_star"]