Releases: olivierkes/manuskript
0.16.1
INSTALLATION INSTRUCTIONS
Warning: Create Frequent Backups!
Though many features are already working as expected, Manuskript is still in the early development stages. We recommend creating frequent backups to minimize data loss due to software bugs, power outages, or hardware failure.
This directory contains binary and source packages for Manuskript 0.16.1.
GNU/LINUX
-
DEBIAN Based (Debian, Ubuntu, etc.)
Download manuskript-0.16.1-1.deb, then update repository and install program with:
sudo apt update sudo dpkg -i manuskript-0.16.1-1.deb
If errors encountered then install dependencies and re-install program with:
sudo apt install -f sudo dpkg -i manuskript-0.16.1-1.deb
-
FEDORA Based (Fedora, CentOS, etc.)
Download manuskript-0.16.1-1.noarch.rpm, then install program and dependencies with:
sudo dnf install manuskript-0.16.1-1.noarch.rpm
-
Flatpak Package (sandboxed desktop application)
Install Manuskript flatpak package using instructions found in Basic flatpak usage tutorial.
flatpak install ch.theologeek.Manuskript
-
Snap Package (Mint, desktops without Qt integration, etc.)
Install Manuskript snap package using instructions found in Basic snap usage tutorial.
sudo snap install --edge manuskript
-
OTHER GNU/Linux
Download manuskript-0.16.1.zip source code file and follow the steps to Run Manuskript from Source Code on Linux.
WINDOWS
Download manuskript-0.16.1-windows.zip, unzip file, and run manuskript/manuskript.exe
.
Warning: Unfortunately some anti-virus software detect a false positive with this windows pyinstaller file, as is sometimes the case with files created with PyInstaller. See also Manuskript Issue #112 - Trojan in current windows installer?. You can either disregard the warning as the file is not dangerous, or you can choose to install from source code as listed under the heading OTHER.
MAC OS X
Download manuskript-0.16.1-osx.dmg and open it.
Warning: Unfortunately macOS expects software to be officially signed but we don't have the resources to do that. So currently the operating system might not let you install/run the software immediately. In OS X security settings, a button appears, allowing you to start Manuskript "anyway" (as in "even if we told you it could be a dangerous malware"). Then, the software should open and run as expected. (For more details see here)
Extra
Import and Export Formats
Install pandoc for more import and export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).
Spell and grammar check
Install language_tool_python for more detailed spell and grammar checking in your projects. It requires Java to be used and might slow down the loading times significantly. So a performant system is recommended at the moment (optimizations are planned in next releases).
OTHER
Manuskript can be run from source code on:
- GNU/LINUX
- WINDOWS
- MAC OS X
See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.
0.16.0
INSTALLATION INSTRUCTIONS
Warning: Create Frequent Backups!
Though many features are already working as expected, Manuskript is still in the early development stages. We recommend creating frequent backups to minimize data loss due to software bugs, power outages, or hardware failure.
This directory contains binary and source packages for Manuskript 0.16.0.
GNU/LINUX
-
DEBIAN Based (Debian, Ubuntu, etc.)
Download manuskript-0.16.0-1.deb, then update repository and install program with:
sudo apt update sudo dpkg -i manuskript-0.16.0-1.deb
If errors encountered then install dependencies and re-install program with:
sudo apt install -f sudo dpkg -i manuskript-0.16.0-1.deb
-
FEDORA Based (Fedora, CentOS, etc.)
Download manuskript-0.16.0-1.noarch.rpm, then install program and dependencies with:
sudo dnf install manuskript-0.16.0-1.noarch.rpm
-
Flatpak Package (sandboxed desktop application)
Install Manuskript flatpak package using instructions found in Basic flatpak usage tutorial.
flatpak install ch.theologeek.Manuskript
-
Snap Package (Mint, desktops without Qt integration, etc.)
Install Manuskript snap package using instructions found in Basic snap usage tutorial.
sudo snap install --edge manuskript
-
OTHER GNU/Linux
Download manuskript-0.16.0.zip source code file and follow the steps to Run Manuskript from Source Code on Linux.
WINDOWS
Warning: Some projects might not load properly (#1247, #1248) on Windows based operating systems. We recommend using either the previous release (0.15.0) or waiting for the proper fix with the next release (0.16.1). It shouldn't take too long.
Download manuskript-0.16.0-windows.zip, unzip file, and run manuskript/manuskript.exe
.
Warning: Unfortunately some anti-virus software detect a false positive with this windows pyinstaller file, as is sometimes the case with files created with PyInstaller. See also Manuskript Issue #112 - Trojan in current windows installer?. You can either disregard the warning as the file is not dangerous, or you can choose to install from source code as listed under the heading OTHER.
MAC OS X
Download manuskript-0.16.0-osx.dmg and open it.
Warning: Unfortunately macOS expects software to be officially signed but we don't have the resources to do that. So currently the operating system might not let you install/run the software immediately. In OS X security settings, a button appears, allowing you to start Manuskript "anyway" (as in "even if we told you it could be a dangerous malware"). Then, the software should open and run as expected. (For more details see here)
Extra
Import and Export Formats
Install pandoc for more import and export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).
Spell and grammar check
Install language_tool_python for more detailed spell and grammar checking in your projects. It requires Java to be used and might slow down the loading times significantly. So a performant system is recommended at the moment (optimizations are planned in next releases).
OTHER
Manuskript can be run from source code on:
- GNU/LINUX
- WINDOWS
- MAC OS X
See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.
0.15.0
INSTALLATION INSTRUCTIONS
Warning: Create Frequent Backups!
Though many features are already working as expected, Manuskript is still in the early development stages. We recommend creating frequent backups to minimize data loss due to software bugs, power outages, or hardware failure.
This directory contains binary and source packages for Manuskript 0.15.0.
GNU/LINUX
-
DEBIAN Based (Debian, Ubuntu, etc.)
Download manuskript-0.15.0-1.deb, then update repository and install program with:
sudo apt update sudo dpkg -i manuskript-0.15.0-1.deb
If errors encountered then install dependencies and re-install program with:
sudo apt install -f sudo dpkg -i manuskript-0.15.0-1.deb
-
FEDORA Based (Fedora, CentOS, etc.)
Download manuskript-0.15.0-1.noarch.rpm, then install program and dependencies with:
sudo dnf install manuskript-0.15.0-1.noarch.rpm
-
Flatpak Package (sandboxed desktop application)
Install Manuskript flatpak package using instructions found in Basic flatpak usage tutorial.
flatpak install ch.theologeek.Manuskript
-
Snap Package (Mint, desktops without Qt integration, etc.)
Install Manuskript snap package using instructions found in Basic snap usage tutorial.
sudo snap install --edge manuskript
-
OTHER GNU/Linux
Download manuskript-0.15.0.zip source code file and follow the steps to Run Manuskript from Source Code on Linux.
WINDOWS
Download manuskript-0.15.0-windows.zip, unzip file, and run manuskript/manuskript.exe
.
Warning: Unfortunately some anti-virus software detect a false positive with this windows pyinstaller file, as is sometimes the case with files created with PyInstaller. See also Manuskript Issue #112 - Trojan in current windows installer?. You can either disregard the warning as the file is not dangerous, or you can choose to install from source code as listed under the heading OTHER.
MAC OS X
Download manuskript-0.15.0-osx.dmg and open it.
Warning: Unfortunately macOS expects software to be officially signed but we don't have the resources to do that. So currently the operating system might not let you install/run the software immediately. In OS X security settings, a button appears, allowing you to start Manuskript "anyway" (as in "even if we told you it could be a dangerous malware"). Then, the software should open and run as expected. (For more details see here)
Extra
Import and Export Formats
Install pandoc for more import and export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).
Spell and grammar check
Install language_tool_python for more detailed spell and grammar checking in your projects. It requires Java to be used and might slow down the loading times significantly. So a performant system is recommended at the moment (optimizations are planned in next releases).
OTHER
Manuskript can be run from source code on:
- GNU/LINUX
- WINDOWS
- MAC OS X
See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.
0.14.0
INSTALLATION INSTRUCTIONS
Warning: Create Frequent Backups!
Though many features are already working as expected, Manuskript is still in the early development stages. We recommend creating frequent backups to minimize data loss due to software bugs, power outages, or hardware failure.
This directory contains binary and source packages for Manuskript 0.14.0.
GNU/LINUX
-
DEBIAN Based (Debian, Ubuntu, etc.)
Download manuskript-0.14.0-1.deb, then update repository and install program with:
sudo apt update sudo dpkg -i manuskript-0.14.0-1.deb
If errors encountered then install dependencies and re-install program with:
sudo apt install -f sudo dpkg -i manuskript-0.14.0-1.deb
-
FEDORA Based (Fedora, CentOS, etc.)
Download manuskript-0.14.0-1.noarch.rpm, then install program and dependencies with:
sudo dnf install manuskript-0.14.0-1.noarch.rpm
-
Flatpak Package (sandboxed desktop application)
Install Manuskript flatpak package using instructions found in Basic flatpak usage tutorial.
flatpak install ch.theologeek.Manuskript
-
Snap Package (Mint, desktops without Qt integration, etc.)
Install Manuskript snap package using instructions found in Basic snap usage tutorial.
sudo snap install --edge manuskript
-
OTHER GNU/Linux
Download manuskript-0.14.0.zip source code file and follow the steps to Run Manuskript from Source Code on Linux.
WINDOWS
Download manuskript-0.14.0-win32.zip, unzip file, and run manuskript/manuskript.exe
.
Warning: Unfortunately some anti-virus software detect a false positive with this windows pyinstaller file, as is sometimes the case with files created with PyInstaller. See also Manuskript Issue #112 - Trojan in current windows installer?. You can either disregard the warning as the file is not dangerous, or you can choose to install from source code as listed under the heading OTHER.
MAC OS X
Help needed from macOS X user(s). See issue #696.
Extra
Import and Export Formats
Install pandoc for more import and export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).
Spell and grammar check
Install language_tool_python for more detailed spell and grammar checking in your projects. It requires Java to be used and might slow down the loading times significantly. So a performant system is recommended at the moment (optimizations are planned in next releases).
OTHER
Manuskript can be run from source code on:
- GNU/LINUX
- WINDOWS
- MAC OS X
See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.
0.13.1
INSTALLATION INSTRUCTIONS
Warning: Create Frequent Backups!
Though many features are already working as expected, Manuskript is still in the early development stages. We recommend creating frequent backups to minimize data loss due to software bugs, power outages, or hardware failure.
This directory contains binary and source packages for Manuskript 0.13.1.
GNU/LINUX
-
DEBIAN Based (Debian, Ubuntu, etc.)
Download manuskript-0.13.1-1.deb, then update repository and install program with:
sudo apt update sudo dpkg -i manuskript-0.13.1-1.deb
If errors encountered then install dependencies and re-install program with:
sudo apt install -f sudo dpkg -i manuskript-0.13.1-1.deb
-
FEDORA Based (Fedora, CentOS, etc.)
Download manuskript-0.13.0-1.noarch.rpm, then install program and dependencies with:
sudo dnf install manuskript-0.13.1-1.noarch.rpm
-
Flatpak Package (sandboxed desktop application)
Install Manuskript flatpak package using instructions found in Basic flatpak usage tutorial.
flatpak install ch.theologeek.Manuskript
-
Snap Package (Mint, desktops without Qt integration, etc.)
Install Manuskript snap package using instructions found in Basic snap usage tutorial.
sudo snap install --edge manuskript
-
OTHER GNU/Linux
Download manuskript-0.13.1.zip source code file and follow the steps to Run Manuskript from Source Code on Linux.
WINDOWS
Download manuskript-0.13.1-win32.zip, unzip file, and run manuskript/manuskript.exe
.
Warning: Unfortunately some anti-virus software detect a false positive with this windows pyinstaller file, as is sometimes the case with files created with PyInstaller. See also Manuskript Issue #112 - Trojan in current windows installer?. You can either disregard the warning as the file is not dangerous, or you can choose to install from source code as listed under the heading OTHER.
MAC OS X
Help needed from macOS X user(s). See issue #696.
Extra
Import and Export Formats
Install pandoc for more import and export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).
Spell and grammar check
Install language_tool_python for more detailed spell and grammar checking in your projects. It requires Java to be used and might slow down the loading times significantly. So a performant system is recommended at the moment (optimizations are planned in next releases).
OTHER
Manuskript can be run from source code on:
- GNU/LINUX
- WINDOWS
- MAC OS X
See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.
0.12.0
INSTALLATION INSTRUCTIONS
Warning: Don't open untrusted projects!
A security issue appeared inside of the code responsible for loading projects which can potentially allow arbitrary code execution because of insecure deserialization. So what does that mean for you? If you only open/load your own projects you realistically don't have to worry about it. However if you share your projects from Manuskript with others or others share them with you, make sure these parties can be trusted. It is much safer to only exchange exported versions instead. (The issue is likely to affect older versions as well but a potential fix is already in development.)
Warning: Create Frequent Backups!
Though many features are already working as expected, Manuskript is still in the early development stages. We recommend creating frequent backups to minimize data loss due to software bugs, power outages, or hardware failure.
This directory contains binary and source packages for Manuskript 0.12.0.
GNU/LINUX
-
DEBIAN Based (Debian, Ubuntu, etc.)
Download manuskript-0.12.0-1.deb, then update repository and install program with:
sudo apt update sudo dpkg -i manuskript-0.12.0-1.deb
If errors encountered then install dependencies and re-install program with:
sudo apt install -f sudo dpkg -i manuskript-0.12.0-1.deb
-
FEDORA Based (Fedora, CentOS, etc.)
Download manuskript-0.12.0-1.noarch.rpm, then install program and dependencies with:
sudo dnf install manuskript-0.12.0-1.noarch.rpm
-
OTHER GNU/Linux
Download manuskript-0.12.0.zip source code file and follow the steps to Run Manuskript from Source Code on Linux.
WINDOWS
Download manuskript-0.12.0-fix-7e05b72-win32.zip, unzip file, and run manuskript/manuskript.exe
.
Info: A hotfix had to be added with commit 7e05b72 which prevented Manuskript to launch on some systems depending on language settings. The original version is still here.
Warning: Unfortunately some anti-virus software detect a false positive with this windows pyinstaller file, as is sometimes the case with files created with PyInstaller. See also Manuskript Issue #112 - Trojan in current windows installer?. You can either disregard the warning as the file is not dangerous, or you can choose to install from source code as listed under the heading OTHER.
MAC OS X
Help needed from macOS X user(s). See issue #696.
Extra
Import and Export Formats
Install pandoc for more import and export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).
Spell and grammar check
Install language_tool_python for more detailed spell and grammar checking in your projects. It requires Java to be used and might slow down the loading times significantly. So a performant system is recommended at the moment (optimizations are planned in next releases).
OTHER
Manuskript can be run from source code on:
- GNU/LINUX
- WINDOWS
- MAC OS X
See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.
0.11.0
INSTALLATION INSTRUCTIONS
Warning: Create Frequent Backups!
Though many features are already working as expected, Manuskript is still in the early development stages. We recommend creating frequent backups to minimize data loss due to software bugs, power outages, or hardware failure.
This directory contains binary and source packages for Manuskript 0.11.0.
GNU/LINUX
-
DEBIAN Based (Debian, Ubuntu, etc.)
Download manuskript-0.11.0-1.deb, then update repository and install program with:
sudo apt update sudo dpkg -i manuskript-0.11.0-1.deb
If errors encountered then install dependencies and re-install program with:
sudo apt install -f sudo dpkg -i manuskript-0.11.0-1.deb
-
FEDORA Based (Fedora, CentOS, etc.)
Download manuskript-0.11.0-1.noarch.rpm, then install program and dependencies with:
sudo dnf install manuskript-0.11.0-1.noarch.rpm
-
OTHER GNU/Linux
Download manuskript-0.11.0.zip source code file and follow the steps to Run Manuskript from Source Code on Linux.
WINDOWS
Download manuskript-0.11.0-win32.zip, unzip file, and run manuskript/manuskript.exe
.
Warning: Unfortunately some anti-virus software detect a false positive with this windows pyinstaller file, as is sometimes the case with files created with PyInstaller. See also Manuskript Issue #112 - Trojan in current windows installer?. You can either disregard the warning as the file is not dangerous, or you can choose to install from source code as listed under the heading OTHER.
MAC OS X
Help needed from macOS X user(s). See issue #696.
Extra Import and Export Formats
Install pandoc for more import and export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).
OTHER
Manuskript can be run from source code on:
- GNU/LINUX
- WINDOWS
- MAC OS X
See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.
0.10.0
INSTALLATION INSTRUCTIONS
Warning: Create Frequent Backups!
Though many features are already working as expected, Manuskript is still in the early development stages. We recommend creating frequent backups to minimize data loss due to software bugs, power outages, or hardware failure.
This directory contains binary and source packages for Manuskript 0.10.0.
GNU/LINUX
-
DEBIAN Based (Debian, Ubuntu, etc.)
Download manuskript-0.10.0-1.deb, then update repository and install program with:
sudo apt update sudo dpkg -i manuskript-0.10.0-1.deb
If errors encountered then install dependencies and re-install program with:
sudo apt install -f sudo dpkg -i manuskript-0.10.0-1.deb
-
FEDORA Based (Fedora, CentOS, etc.)
Download manuskript-0.10.0-1.noarch.rpm, then install program and dependencies with:
sudo dnf install manuskript-0.10.0-1.noarch.rpm
-
OTHER GNU/Linux
Download manuskript-0.10.0.zip source code file and follow the steps to Run Manuskript from Source Code on Linux.
WINDOWS
Download manuskript-0.10.0-2-win32.zip, unzip file, and run manuskript/manuskript.exe
.
Warning: Unfortunately some anti-virus software detect a false positive with this windows pyinstaller file, as is sometimes the case with files created with PyInstaller. See also Manuskript Issue #112 - Trojan in current windows installer?. You can either disregard the warning as the file is not dangerous, or you can choose to install from source code as listed under the heading OTHER.
MAC OS X
Download manuskript-0.10.0-osx.zip, unzip it (double-click). In the newly created manuskript
folder find the file named manuskript
and double-click on it.
(Thanks go to katafrakt for automating this Mac OS X build)
Extra Import and Export Formats
Install pandoc for more import and export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).
OTHER
Manuskript can be run from source code on:
- GNU/LINUX
- WINDOWS
- MAC OS X
See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.
0.9.0
INSTALLATION INSTRUCTIONS
Warning: Create Frequent Backups!
Though many features are already working as expected, Manuskript is still in the early development stages. We recommend creating frequent backups to minimize data loss due to software bugs, power outages, or hardware failure.
This directory contains binary and source packages for Manuskript 0.9.0.
LINUX
-
DEBIAN Based (Debian, Ubuntu, Mint, etc.)
Download manuskript-0.9.0-1.deb, then update repository and install program with:
sudo apt update sudo dpkg -i manuskript-0.9.0-1.deb
If errors encountered then install dependencies and re-install program with:
sudo apt install -f sudo dpkg -i manuskript-0.9.0-1.deb
-
FEDORA Based (Fedora, CentOS, etc.)
Download manuskript-0.9.0-1.noarch.rpm, then install program and dependencies with:
sudo dnf install manuskript-0.9.0-1.noarch.rpm
-
OTHER Linux
Download manuskript-0.9.0.zip source code file and follow the steps to Run Manuskript from Source Code on Linux.
WINDOWS
Download manuskript-0.9.0-win32.zip, unzip file, and run manuskript/manuskript.exe
.
Warning: Unfortunately some anti-virus software detect a false positive with this windows pyinstaller file, as is sometimes the case with files created with PyInstaller. See also Manuskript Issue #112 - Trojan in current windows installer?. You can either disregard the warning as the file is not dangerous, or you can choose to install from source code as listed under the heading OTHER.
MAC OS X
Download manuskript-0.9.0-osx.zip, unzip it (double-click). In the newly created manuskript
folder find the file named manuskript
and double-click on it.
(Thanks go to katafrakt for automating this Mac OS X build)
Extra Import and Export Formats
Install pandoc for more import and export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).
OTHER
Manuskript can be run from source code on:
- LINUX
- WINDOWS
- MAC OS X
See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.
0.8.0
INSTALLATION INSTRUCTIONS
Warning: Create Frequent Backups!
Though many features are already working as expected, Manuskript is still in the early development stages. We recommend creating frequent backups to minimize data loss due to software bugs, power outages, or hardware failure.
This directory contains binary and source packages for Manuskript 0.8.0.
LINUX
-
DEBIAN Based (Debian, Ubuntu, Mint, etc.)
Download manuskript-0.8.0-1.deb, then update repository and install program with:
sudo apt update sudo dpkg -i manuskript-0.8.0-1.deb
If errors encountered then install dependencies and re-install program with:
sudo apt install -f sudo dpkg -i manuskript-0.8.0-1.deb
-
FEDORA Based (Fedora, CentOS, etc.)
Download manuskript-0.8.0-1.noarch.rpm, then install program and dependencies with:
su -c "dnf install manuskript-0.8.0-1.noarch.rpm"
-
OTHER Linux
Download manuskript-0.8.0.zip source code file and follow the steps to Run Manuskript from Source Code on Linux.
WINDOWS
Download manuskript-0.8.0-win32.zip, unzip file, and run manuskript/manuskript.exe
.
Warning: Unfortunately some anti-virus software detect a false positive with this windows pyinstaller file, as is sometimes the case with files created with PyInstaller. See also Manuskript Issue #112 - Trojan in current windows installer?. You can either disregard the warning as the file is not dangerous, or you can choose to install from source code as listed under the heading OTHER.
MAC OS X
Download manuskript-0.8.0-osx.zip, unzip it (double-click). In the newly created manuskript
folder find the file named manuskript
and double-click on it.
(Thanks go to katafrakt for automating this Mac OS X build)
Extra Export Formats
Install pandoc for more export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word).
OTHER
Manuskript can be run from source code on:
- LINUX
- WINDOWS
- MAC OS X
See the Manuskript Wiki for instructions on how to install and run Manuskript from source code.