Introducing: Gnosis

Gnosis isn’t your ordinary chatbot, it comes built with web-search functions, Voice chat, Text-To-Speech, and so much more.
We are constatnly updating and building more into gnosis so keep up with our semi monthly updates for new features as the app grows.
All open-sourced and free to download on my github!
Next Feature Release: Podcast Generator
Current Feature list:
/voice : This is your typical voice chat. it is designed to take your mic audio and transcribe it to text. then use that text to prompt the model instead of having to type it out. additionally it also reads back the responses to you.
/tts : I’ll be honest, sometimes I don’t want to read an entire page of text from the model. instead i just want it to read a summary or a explanation to me. this mode is for you. all responses are read out loud. opening up some fun for narration and story telling.
/tarot : This is a game function, the user is prompted for a question to focus on for the divination practice. It is designed to do a tree of life spread with paths included. It will display the cards drawn then ask the user if they want a reading of the cards. if yes, the cards are inserted into the LLM and a reading is done with your question as the focus. try it with tts on!
/reason : This updates the underlying model to be deepseek r1:14b. an advanced reasoning model that is much stronger than the base model. This also includes a chain-of-thought architecture as well for increased…reasoning…
/unfiltered : This is an insanely large model i would only suggest for powerful workstations, and servers. This is an unfiltered version of deepseek for users looking for a less censored model.
/websearch : This is a web scraping function using duckduckgo. this function pulls 5 websites scrapes the pages then answers the prompt given by the user. Additionally this info is saved locally on /knowledgebase which our historian agent keeps track of for you tagging your info to be parsed later. and a historical representation of your prompts. This mode works with tts, voice, reason, and unfiltered.
/askwiki : So ask wiki is another websearch tool. it takes your query, breaks it down into which wikipedia pages the model needs to search. it trys the search, if it doesn’t return a good enough result to answer you question after 5 attempts it defaults back to websearch then will answer your question.
/archives : Search your knowledgebase. Take a peek back at your previous search topics.
/podcast : Coming Soon!
What makes Gnosis unique?
Local Hosted
Who else hates token fees? This is all local so send as many queries as you want and stop worrying about people using your data.
Free & Open-Source
Our commitment to gnosis being free and accessable to all won’t change over time. We are here to showcase how we can augment with llms to enrich our lives.
Model Diversity
We have 3 base models currently, These are interchangable in the codebase. so if you want the reasoning model to be your main model go change it. don’t want to use llama, you can slap on whatever model you want (check out this site for a list of available models)
Prebuilt Agents
Heard of agents but don’t know where to start? Gnosis includes multiple agents, allowing you to tune your model to best fit your needs.