Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ONLYOFFICE/appimage-desktopeditors
Portable version of ONLYOFFICE Desktop Editors
https://github.com/ONLYOFFICE/appimage-desktopeditors
appimage collaboration desktop docx excel odp ods odt onlyoffice portable powerpoint pptx presentation spreadsheet word xlsx
Last synced: 5 days ago
JSON representation
Portable version of ONLYOFFICE Desktop Editors
- Host: GitHub
- URL: https://github.com/ONLYOFFICE/appimage-desktopeditors
- Owner: ONLYOFFICE
- License: agpl-3.0
- Created: 2018-05-28T14:28:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T08:38:45.000Z (4 months ago)
- Last Synced: 2024-08-01T12:36:30.062Z (3 months ago)
- Topics: appimage, collaboration, desktop, docx, excel, odp, ods, odt, onlyoffice, portable, powerpoint, pptx, presentation, spreadsheet, word, xlsx
- Language: Makefile
- Homepage: https://www.onlyoffice.com/apps.aspx
- Size: 196 KB
- Stars: 51
- Watchers: 24
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - ONLYOFFICE/appimage-desktopeditors - Portable version of ONLYOFFICE Desktop Editors (others)
README
[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](https://www.gnu.org/licenses/agpl-3.0.en.html)
## Overview
ONLYOFFICE Desktop Editors is a free office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit documents stored on your Windows/Linux PC or Mac without an Internet connection. It is fully compatible with Office Open XML formats: .docx, .xlsx, .pptx.
## Functionality
ONLYOFFICE Desktop Editors include the following editors:
* ONLYOFFICE Document Editor
* ONLYOFFICE Spreadsheet Editor
* ONLYOFFICE Presentation Editor
The editors allow you to create, edit, save and export text, spreadsheet and presentation documents.## Getting started
$ wget https://download.onlyoffice.com/install/desktop/editors/linux/DesktopEditors-x86_64.AppImage
$ chmod a+x DesktopEditors-x86_64.AppImage
$ ./DesktopEditors-x86_64.AppImage## Building ONLYOFFICE Desktop Editors AppImage from source code
### Installing dependency
```
sudo apt-get install --force-yes -yq \
build-essential \
git \
wget
```
### Getting source code
```
git clone https://github.com/ONLYOFFICE/appimage-desktopeditors.git
```
### Compiling AppImage
```
cd appimage-desktopeditors
make clean && make
```
## Project InformationOfficial website: [https://www.onlyoffice.com/desktop.aspx](https://www.onlyoffice.com/desktop.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubAppimage)
Code repository: [https://github.com/ONLYOFFICE/DesktopEditors](https://github.com/ONLYOFFICE/DesktopEditors "https://github.com/ONLYOFFICE/DesktopEditors")
## User Feedback and Support
If you have any problems with or questions about ONLYOFFICE Desktop Editors, please visit our official forum to find answers to your questions: [forum.onlyoffice.com][1] or you can ask and answer ONLYOFFICE development questions on [Stack Overflow][3].
[1]: https://forum.onlyoffice.com
[2]: https://github.com/ONLYOFFICE/DocumentServer
[3]: http://stackoverflow.com/questions/tagged/onlyoffice