
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
os-copilot
Advanced tools
An self-improving embodied conversational agents seamlessly integrated into the operating system to automate our daily tasks.
Clone the GitHub Repository:
git clone https://github.com/OS-Copilot/OS-Copilot.git
Set Up Python Environment: Ensure you have a version 3.10 or higher Python environment. You can create and
activate this environment using the following commands, replacing oscopilot_env with your preferred environment
name:
conda create -n oscopilot_env python=3.10 -y
conda activate oscopilot_env
Install Dependencies: Move into the OS-Copilot directory and install the necessary dependencies by running:
cd OS-Copilot
pip install -e .
Set OpenAI API Key: Configure your OpenAI API key in .env and select the model you wish to use.
Running the Script: Run the quick_start.py script, simply execute the following command in your terminal:
python quick_start.py
* FRIDAY currently only supports single-round conversation.
We maintain an open-source library of toolkits for FRIDAY, which includes tools that can be directly utilized within FRIDAY. For a detailed list of tools, please see FRIDAY-Gizmos. The usage methods are as follows:
python friday/tool_repository/manager/tool_manager.py --add --tool_name [tool_name] --tool_path [tool_path]
python friday/tool_repository/manager/tool_manager.py --delete --tool_name [tool_name]
Enhance Your Experience with Our Intuitive Frontend! This interface is crafted for effortless control of your agents. For more details, visit FRIDAY Frontend.
For comprehensive guidelines on deploying API services, please refer to the OS-Copilot documentation.
OS-Copilot is provided "as is" without warranty of any kind. Users assume full responsibility for any risks associated with its use, including potential data loss or changes to system settings. The developers of OS-Copilot are not liable for any damages or losses resulting from its use. Users must ensure their actions comply with applicable laws and regulations.
Join our community to connect with other agent enthusiasts, share your tools and demos, and collaborate on exciting initiatives. You can find us on Slack.
@misc{wu2024oscopilot,
title={OS-Copilot: Towards Generalist Computer Agents with Self-Improvement},
author={Zhiyong Wu and Chengcheng Han and Zichen Ding and Zhenmin Weng and Zhoumianze Liu and Shunyu Yao and Tao Yu and Lingpeng Kong},
year={2024},
eprint={2402.07456},
archivePrefix={arXiv},
primaryClass={cs.AI}
}
If you have any inquiries, suggestions, or wish to contact us for any reason, we warmly invite you to email us at wuzhiyong@pjlab.org.cn.
FAQs
An self-improving embodied conversational agents seamlessly integrated into the operating system to automate our daily tasks.
We found that os-copilot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.