Skip to content

boots9625/gpt-computer-assistant

 
 

Repository files navigation

Logo

GPT Computer Assistant

gpt-4o for windows, macos and ubuntu
Documentation . Explore the capabilities »


windows macos linux

Made_with_python . pypi_downloads

Static Badge

GPT Computer Assistant

Hi, this is an alternative work for providing ChatGPT MacOS app to Windows and Linux. In this way this is a fresh and stable work. You can easily install as Python library for this time but we will prepare a pipeline to providing native install scripts (.exe).

Powered by Upsonic Tiger 🐅 An function hub for llm agents.

Installation && Run

Needed >= Python 3.9

pip3 install gpt-computer-assistant
computerassistant

Demo Video (1 min)

GPT.Computer.Assistant.-.Demo.-.Made.with.Clipchamp.mp4

Roadmap

Feature Status Target Release
Clear Chat History Completed Q2 2024
Long Audios Support (Split 20mb) Completed Q2 2024
Text Inputs Completed Q2 2024
Just Text Mode (Mute Speech) Completed Q2 2024
Added profiles (Different Chats) Completed Q2 2024
More Feedback About Assistant Status Completed Q2 2024
New UI Planned Q2 2024
Our Customizable Agent Infrastructure Planned Q2 2024
Native Applications, exe,dmg,appimage Planned Q2 2024
DeepFace Integration (Facial Recognition) Planned Q2 2024
Local Mode (With Ollama, Speech, and vision models) Planned Q2 2024

Agent Infrastructure | Coming Soon

from gpt-comptuer-assistant import crew, agent

coder = agent("You are an senior python developer")

manager = agent("You are senior project manager")

assistant = crew(
 [coder, manager]
)

assistant.gui()

Capabilities

At this time we have many infrastructure elements. We just aim to provide whole things that already in ChatGPT app.

Capability Description
Screen Read OK
Microphone OK
System Audio OK
Memory OK
Open and Close App OK
Open a URL OK
Clipboard OK
Search Engines OK
Writing and running Python OK
Writing and running SH OK
Using your Telegram Account OK
Knowledge Management OK

Use cases

Take Meeting Notes Daily Assistant
Read Docs Coding Assistant

Usage

options

** After first click to an option that include microphone or system audio you need to stop with another click to same option.

Contributors

About

gpt-4o for windows, macos and ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%