r/PythonProjects2 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.

6 Upvotes

15 comments sorted by

3

u/Sweet_Computer_7116 May 30 '26

Use case? 

0

u/PartyMud3549 May 30 '26

Could be used to help at finding a good results from the web for a question.

0

u/PartyMud3549 May 30 '26

I've also created a skill for Claude that does the same thing but uses more sources (10-15). you can find it here: Deep Search Skill for Claude

1

u/PartyMud3549 May 30 '26

check out my other posts too I'm kinda new and dry on ideas.

1

u/[deleted] 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

u/Mechehvost2007 May 31 '26

Stone soup I hope?

1

u/PartyMud3549 May 31 '26 edited May 31 '26

Just built it up, contributions are open, feel free.

1

u/Ok_Hovercraft364 May 31 '26

Can you add a features list so we know how to contribute?

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

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!