Git Product home page Git Product logo

loffice-365's Introduction

Loffice 365

Update: This project is powered by nativefier which is no longer maintained. This project will continue to work for now, but will break in the future and won't receive any security updates. If you want to uninstall, see the uninstallation section below.

An electron wrapped Office 365 application integrated into your file manager as if it was a native application.

Supported applications

Microsoft Excel 365 Microsoft OneNote 365
Microsoft Outlook 365 Microsoft PowerPoint 365
Microsoft Project 365 Microsoft Word 365

How it works

  • When opening a file on your local system, it is symlinked to a temporary OneDrive folder
  • The onedrive application is then used to synchronize that folder to OneDrive
  • The file is then opened in a nativefied version of Office 365
  • Once the application is closed, onedrive syncs the file back locally, and the file in OneDrive is removed

Installation

First, you will need the linux OneDrive CLI client, zenity, and ImageMagick if it is not already installed.

On Ubuntu, zenity and ImageMagick can be installed with:

sudo apt install zenity imagemagick

The OneDrive CLI client can be installed by following the instructions for Ubuntu or other distributions.

Next, login to your OneDrive personal or business account:

onedrive

After visiting the URL that is provided, your browser will end on a blank page. Copy the URL from the location bar, and paste it at the prompt to complete the login.

After that, run the installer for Loffice 365:

# Option 1: Download and run the installer only
curl -s https://raw.githubusercontent.com/adil192/loffice-365/main/installer.sh | bash -s

# Option 2: Clone the repo and run the installer
git clone https://github.com/adil192/loffice-365.git
cd loffice-365
./installer.sh

Uninstallation

# Option 1: Download and run the uninstaller only
curl -s https://raw.githubusercontent.com/adil192/loffice-365/main/uninstall.sh | bash -s

# Option 2: Clone the repo and run the uninstaller
git clone https://github.com/adil192/loffice-365.git
cd loffice-365
./uninstall.sh

Usage

Simply run one of the available commands, start from a shortcut, or double click/right click and open a file.

  • excel
  • office
  • onenote
  • outlook
  • powerpoint
  • project
  • word

Compiling yourself

Nativefier is required to build images. You can install it by cloning this repo and running npm install. Alternatively, you can install it manually with npm install -g nativefier, or see other options in Nativefier's Installation instructions.

Run the build:

./build.sh

After that, setup onedrive then run the installer for loffice-365:

# Run this if you haven't logged in to onedrive yet
onedrive

# Run the installer
# It will automatically detect the archive you just built.
./installer.sh

Icon licenses

loffice-365's People

Contributors

adil192 avatar fmstrat avatar dependabot[bot] avatar

Stargazers

 avatar Nicolas R. avatar Raffaele Mancuso avatar  avatar Taylan Tatlı avatar Simon Nyssen avatar lolrepeatlol avatar

Watchers

 avatar

loffice-365's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.