Home

Awesome

onepoint

<p> English | <a href="README-CN.md">δΈ­ζ–‡</a> </p> <div align= "center"> <img align="center" width=300 src="https://raw.githubusercontent.com/onepointAI/onepoint/main/assets/banner/brand01.png" /> <p></p> <p> more than just chat </p> </div> <div align=center> <br/> <div> <a href="https://github.com/onepointAI/onepoint/releases/latest"> <img alt="macOS" src="https://img.shields.io/badge/-macOS-black?style=flat-square&logo=apple&logoColor=white" /> </a> <a href="https://github.com/onepointAI/onepoint/releases/latest"> <img alt="Windows" src="https://img.shields.io/badge/-Windows-blue?style=flat-square&logo=windows&logoColor=white" /> </a> <a href="https://github.com/onepointAI/onepoint/releases/latest"> <img alt="Linux" src="https://img.shields.io/badge/-Linux-yellow?style=flat-square&logo=linux&logoColor=white" /> </a> </div> <div> <img alt="GitHub Actions" src="https://github.com/onepointAI/onepoint/actions/workflows/ci.yaml/badge.svg?branch=main" /> <img alt="PR Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /> <img src="https://img.shields.io/github/license/onepointAI/onepoint?style=flat-square" /> </div> <br/> </div>

Onepoint is an open-source AI assistant based on Electron, designed to create the ultimate desktop productivity tool. Its initial goal was to develop a smart floating window similar to Apple's intelligent assistant that does not take up desktop space or system performance and can be quickly accessed through global hotkeys for user convenience.

With ChatGPT technology, users can continuously train onepoint to generate and reconstruct content with greater accuracy (onpoint), thereby improving efficiency. Onepoint currently supports various editing scenarios such as VSCode, Pages, Microsoft Word, Email etc, as well as reading scenarios like Safari and Chrome, achieving true full-scene intelligent coverage.

<div align=center> <img align="center" width=900 src="https://raw.githubusercontent.com/onepointAI/onepoint/main/assets/banner/bar.png" /> <br/> </div>

01 Features

<div align=center> <img align="center" src="https://raw.githubusercontent.com/onepointAI/onepoint/main/assets/banner/demo.gif" /> </div> <br/>

Basical

Advanced

More

<br/>

02 Screenshots

<details> <summary>Detail</summary>

Minimal Mode

<img src='./assets/screenshot/chat.png' />

History Mode

<img src='./assets/screenshot/list.png' />

Code Assistant

<img src='./assets/screenshot/code.png' />

Plugin List

<img src='./assets/screenshot/plugin.png' />

Setting Page

<img src='./assets/screenshot/setting.png' />

Account Page

<img src='./assets/screenshot/account.png' />

Custom Prompts

<img src='./assets/screenshot/prompts.png' /> </details> <br/> <div align=center> <a href="https://www.youtube.com/watch?v=izi5Vrqa-VY&t=1s" target="_blank"> <img align="center" src="https://raw.githubusercontent.com/onepointAI/onepoint/main/assets/screenshot/video.png" /> </a> </div> <br/>

03 Getting Started

Please go to the official website to download and try out the tool.

If you encounter any bugs or have other feature requests, please feel free to submit an issue or related PR. You will not only receive our appreciation πŸ‘ but also have the chance to receive a personalized avatar image, which will be gifted to your wallet for free in the form of an NFT (Detail in README of contributors).

<br/>

04 Development

Welcome to submit a Pull Request (PR) or provide constructive feedback for us. Let's do something interesting together.

> git clone git@github.com:onepointAI/onepoint.git
> cd onepoint
> yarn
> yarn start

05 Vision & Roadmap

In the long term, we hope to develop onepoint into a personalized intelligent assistant tool that extends the capabilities of various editing and reading software. At the same time, we aim to enrich its functionality through scalable plugin mechanisms, making it not only a tool but also an entry point that can help or inspire you in front of your screen.

06 QA

<details> <summary>Q1: Can onepoint be used on the Windows platform?</summary>

Basic abilities such as chatting and switching roles can be used normally, but others such as IDE code selection and application, and browser content acquisition require native capabilities (applescript is used on the Mac platform), which is not yet supported on Windows. In the future, vbscript will be considered to implement similar capabilities.

</details> <details> <summary>Q2: How to use code helpers or web scraping tools?</summary>

First, you need to click on the icon on the left to select and switch to the corresponding mode (such as code refactoring, summarization, etc.), and then select a piece of code in the IDE or focus the mouse on the current browser. Use command + k to globally call up onepoint. At this time, it will display whether to make changes to the application, choose yes.

</details> <details> <summary>Q3: What are the limitations of web scraping?</summary>

Currently, there is a character limit of 4000 for web page crawling (excluding line breaks, carriage returns, and HTML tags) to achieve faster speed. In the future, the ability to segment long web pages with context will be used to summarize their contents.

</details> <br />

Contributors

<a href="https://github.com/onepointAI/onepoint/graphs/contributors"> <img src="https://contrib.rocks/image?repo=onepointAI/onepoint" /> </a>

License

MIT License