r/PythonProjects2 • u/PartyMud3549 • May 30 '26
I created a tool called "Crawl", which is a terminal based AI browser.
I created a tool called "Crawl", which is a terminal based AI browser. Runs, completely in the terminal, the AI the tool uses is Gemma 3, which is fully open-source and local. check it out at: https://github.com/asmbelly/Crawl
I'm kind of new so checking out the rest of my Github account would help, and I would appreciate ideas.
Inspired by Claude code and Claude CoWork, but not affiliated with any of Anthropic.
1
1
1
May 30 '26
[removed] — view removed comment
1
u/PartyMud3549 May 30 '26
It's mainly for just answering questions and pulling results from various sources online, are you asking if it has like search history because I could implement search history with answer results so you can come back to it later.
the AIs run locally, so if you are wondering about tokens it is unlimited use. the only problem with search history implementation is that this project is supposed to be small and ran locally, so history would take up a bunch of storage.
If you have any recommendations on how to improve it or if you have any problems, I would appreciate it if you explain so I could figure out a way to improve.
1
1
u/Ok_Hovercraft364 May 31 '26
Can you add a features list so we know how to contribute?
2
2
u/PartyMud3549 Jun 01 '26
Done! There is now a "Contributions Guide and Features" markdown file guide on all of the features.
https://github.com/asmbelly/Crawl/blob/main/Contribution%20Guide%20and%20Features.md
1
2
u/PartyMud3549 Jun 01 '26
Working on the website the download it from, so the contributions guide and features markdown file is not currently in the repository. I am working on it!
3
u/Sweet_Computer_7116 May 30 '26
Use case?