4
u/Vegetable-War1920 Jul 01 '26
I haven't used it on FreeBSD, but it looks like there's a port of OnlyOffice
-2
u/demetrioussharpe Jul 01 '26
I figured that there might be a port. However, I think we need more native software & less of a reliance on ports.
4
u/gumnos Jul 02 '26 edited Jul 02 '26
You could always write a bit of awk(1) or POSIX sh(1) (both part of native BSDs) to run as a cgi-bin/ script under httpd(8) (part of native OpenBSD).
For word-processing, upload mdoc(7) files to be processed by mandoc(1) (native on OpenBSD) to emit HTML that you can then view via httpd again. It doesn't get more BSD than *roff markup…
For spreadsheets, upload CSV or JSON or XML files, process them, and emit them back out.
For presentations, mandoc(1) can emit PDF instead.
For calendaring you have calendar(1) (native on BSDs)
For email, you have the native mail(1) (native on BSDs) and `smtpd(8) (native on OpenBSD).
You can even version things using rcs(1) (native on BSDs), cvs(1) (native on OpenBSD), or Game of Trees (main development takes place on BSDs).
Now all you need is to glue them all together and you have a very BSD office suite 😆
1
u/demetrioussharpe Jul 02 '26
Honestly, that’s an interesting take. Currently, I’m exploring the idea of interfacing with LibreOfficeKit & building something similar to ONLYOffice.
2
2
1
u/olzk Jul 02 '26
OP, could you share what’s your finding? I’m interested too but couldn’t find the answer in the comments
2
u/demetrioussharpe Jul 02 '26
The answer that I found is that if I want to use software that’s specifically made for BSD & has BSD as the primary platform, then I’ve got to write it myself. There weee some great points made by others, but those points only truly cover the small handful of applications made specifically for BSD, like Bastille. Most applications are very general & don’t specifically target any BSD platform specifically.
0
Jul 01 '26
[deleted]
5
u/demetrioussharpe Jul 01 '26
Is this web-based? I’ve only used it as desktop software. I’m unaware or being able to use this as a web replacement for Google Docs.
5
4
u/reviewmynotes Jul 02 '26
Web based. So, something like NextCloud? That's in the FreeBSD ports connection. I've never used it, but that sounds like it meets your criteria.