shalombalbes

πŸ–₯️ github-copilot-office - Enhance Your Office with AI Assistance

Download Latest Release

πŸš€ Getting Started

Welcome to the GitHub Copilot Office add-in! This add-in integrates GitHub Copilot into Microsoft Word, Excel, and PowerPoint, making tasks easier and faster. Follow these steps to download and run the add-in.

  1. Visit the Releases Page: Click here to go to the releases page.

  2. Download the Latest Version:

    Look for the latest release and click on the download link for your operating system. The file will usually be in .exe or .zip format.

  3. Install the Add-in:

    • For .exe files, simply double-click the downloaded file to start the installation. Follow the prompts to complete the installation.
    • For .zip files, extract the contents to a folder of your choice. Open the folder and run the appropriate file to begin the installation.
  4. Open Microsoft Office:

    Once the installation is complete, open Word, Excel, or PowerPoint. You should see a new tab labeled β€œGitHub Copilot” in the ribbon.

  5. Log In to Your GitHub Account:

    Click on the new tab. A prompt will appear asking you to log in to your GitHub account. Follow the instructions on the screen.

  6. Start Using GitHub Copilot:

    You are now ready to use GitHub Copilot! Type your queries or commands in the Office document and let Copilot assist you.

πŸ“₯ Download & Install

To get started, visit the releases page to download the add-in: Download GitHub Copilot Office.

Follow the steps outlined above for installation and enjoy enhanced productivity with the GitHub Copilot Office add-in!

πŸŽ₯ Office Videos

Learn how to use GitHub Copilot in various Office applications by watching these tutorial videos:

PowerPoint

PowerPoint Tutorial

Excel

Excel Tutorial

Word

Word Tutorial

πŸ” Project Structure

Here’s a brief rundown of the file structure in this project:

β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ server.js          # Dev server (Vite + Express)
β”‚   β”œβ”€β”€ server-prod.js     # Production server (static files)
β”‚   β”œβ”€β”€ copilotProxy.js    # WebSocket proxy for Copilot SDK
β”‚   └── ui/                # React frontend
β”œβ”€β”€ dist/                  # Built frontend assets
β”œβ”€β”€ certs/                 # Certificate files for secure connections

This structure is organized to optimize both development and production usage of the add-in.

πŸ› οΈ System Requirements

To use the GitHub Copilot Office add-in, ensure your computer meets the following requirements:

πŸ“„ FAQs

1. What is GitHub Copilot?
GitHub Copilot is an AI-powered assistant that provides code suggestions and auto-completions when you work.

2. Is this add-in free?
Yes, the GitHub Copilot Office add-in is free to use.

3. Can I use Copilot offline?
No, an internet connection is required for GitHub Copilot to retrieve suggestions.

4. Where can I report issues?
You can report any issues or feedback directly on the issues page of this repository.

For further assistance, check the setup instructions in the GETTING_STARTED.md file. Enjoy using GitHub Copilot in your Office applications!