1
105
submitted 9 hours ago by yogthos@lemmy.ml to c/opensource@lemmy.ml
2
53
submitted 11 hours ago by Fmstrat@lemmy.world to c/opensource@lemmy.ml

OnlyOffice appears to have removed their Android app from their repos: https://github.com/ONLYOFFICE/documents-app-android

It can still be found on an archive: https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https%3A%2F%2Fgithub.com%2FONLYOFFICE%2Fdocuments-app-android

This means if you are de-Googled like me, they are no longer an option.

Perhaps coincidentally, they have also started making legal claims against the EuroOffice fork: https://github.com/ONLYOFFICE#%EF%B8%8F-legal-note

3
7
submitted 14 hours ago by carlnewton@feddit.uk to c/opensource@lemmy.ml

cross-posted from: https://feddit.uk/post/51641374

The other day I was looking for lyrics to a song. I went to a lyrics website and was hit with a wall of ads, despite my pi-hole! I then went to another site that put me into a redirect loop. It got me thinking about privately self hosting a lyrics site. I started thinking that lyrics are just a type of simple static content, and what would be ideal is an application in which you can upload multiple directories of markdown files. Perhaps the directory should be in a standardised .mds (markdown share) format for instance. It would essentially be a zip file with directories of markdown files and a yml file for indicating how it would ideally be displayed. Perhaps with an a-z, or perhaps text-searchable, or both. The styling would be configurable in the app and independent of the mds files completely. Does this kind of standard for sharing simple text or markdown in bulk exist in any capacity that encourages a known file format? I'm aware that static site generators exist, but they seem to be aimed at the creation of documentation, not at sharing it in bulk. I'm imagining easily downloadable recipe books, wikis, lyrics databases. Does this sound like something anyone would be interested in or am I over/under thinking it?

I'm not convinced that the concept was understood so I've decided to add some more context and perhaps the open source community is the correct place to ask.

To be clear, I'm not thinking about a lyrics solution in particular, nor am I unaware of static site generators. I'm wondering if a standard (and FOSS software built around that standard) for a compressed file format that will contain directories of markdown files that could be dropped into a repository without technical understanding would be sought after and useful.

4
17
submitted 17 hours ago by darkhz@feddit.nl to c/opensource@lemmy.ml

Hello Lemmy,

This release contains some major bugfixes, which include:

  • Correctly resolving adapter-device relationships (👀)
  • Fixing OBEX transfers
  • Properly syncing media player with the connected device during playback

And much more.

For Windows/MacOS users, libhbluetooth needs to be installed. Follow the download instructions and place the libhbluetooth dynamic library file next to the bluetuith binary, and then launch bluetuith.

Bluetuith is a TUI based bluetooth manager, that aims to be an alternative to most bluetooth managers, and can perform bluetooth based operations like:

  • Connection to and general management of bluetooth devices, with device information like battery percentage, RSSI etc. displayed, if the information is available. More detailed information about a device can be viewed by selecting the 'Info' option in the menu or by clicking the 'i' key.

  • Bluetooth adapter management, with toggleable power, discoverability, pairablilty and scanning modes.

  • Transfer and receive files via the OBEX protocol, with an interactive file picker to choose and select multiple files.

  • Handle both PANU and DUN based networking for each bluetooth device (Linux only)

  • Control media playback on the currently connected device, with a media player popup that displays playback information and controls. (Linux only)

I hope you enjoy this release, and any feedback is appreciated.

5
26

cross-posted from: https://lemmy.zip/post/67142082

The first release of The Brotherhood is officially out. This is the Architech. It's still not production tested. But it's open-access for the first time. Make some graphs, share with your friends, and track your journey across it. Let the wikipedia of pedagogy begin!!

It's an open-source software that you can use to build obsidian-like knowledge graphs. But unlike obsidian, this is community-built like wikipedia. And it also has git-like forking abilities built in for every graph. All graphs are released under CC BY-SA. Go to our website for more details.

Upcoming features would include -

  1. More workspace features
  2. Complex assessment methods
  3. Work allocation algorithms
  4. Federated hosting
  5. Social hub

Here are some screenshots from this version workspace Academia Library Vision

6
-11
submitted 1 day ago by maxim_be@lemmy.ml to c/opensource@lemmy.ml

I’m building Agentic Control Freak (ACF): a local control plane for Codex CLI, Claude Code, Antigravity CLI, and Ollama. With ACF, you can build local projects ranging from Next.js apps to training ML models all via your browser on your local machine.

The agents still do the coding. ACF owns the outer loop:

"task -> plan -> approve -> execute -> verify -> preview -> handoff"

It keeps durable state outside any one agent session: plans, tasks, filesystem diffs, checkpoints, undos, forks, verification runs, previews, memory, skills, and handoff briefs. That means you can switch providers mid-project without starting from zero.

It also does not trust the agent’s final message. The filesystem diff is truth; verification and live preview are owned by the control plane.

The orchestration, workspaces, previews, and state are local: localhost-only, workspace-confined under .workspace/<project>, and not meant for hosting. Provider CLIs may still call their model services. Optional Telegram control lets you approve or steer runs from your phone through a token-gated local worker.

Repo: https://github.com/Antibody/Agentic-Control-Freak

Video intro: https://youtu.be/1fRH-XQrgkY

ML model design and training video: https://youtu.be/KdiiU4RIfFU

P.S. I’d love feedback, especially on whether the app works on Mac or Linux (I tested only on Win11).

7
17

Self-hosted, stateless scoring service for detecting bots, abuse, and anomalous user behavior through configurable declarative rules. Made in Quarkus.

Everything hashed directly from ingestion, no private information (sessionID, userId, resourceId) accessible from the database or the application.

Key properties:

  • Privacy-first: Identifiers (user IDs, IPs, user agents) are hashed at ingestion. No raw PII is stored. Currently, it uses MurmurHash2, but it might change.
  • Declarative rules: Rules are defined in rules.json with typed evaluators. No code changes required to add or modify rules.
  • Two-tier blocklist: Automatic download of known bad bots plus manually curated exact and partial matches.
  • Session-aware: Scores users based on their sessions, a mixture of a sessionId (An arbitrary session identifier like a JWT), the userAgent and the ip.
  • Self-contained: Ships as an uber-jar. Default storage is H2 in-memory, PostgreSQL supported via configuration.

AGPLv3

This is my project to fight the bot horde infesting the internet and the fediverse right now. I made it over the weekend, just needs Java 25 (trademark)(copyright) to run it or using the dockerfile for legacy jars.

Yes, I'm a Java developer, unfortunately it's a good language for building web services very fast.

First release already in there, if anyone wants to test, use, whatever. Comments appreciated.

8
15
submitted 3 days ago by tracyspcy@lemmy.ml to c/opensource@lemmy.ml

cross-posted from: https://lemmy.ml/post/49444213

In this release:

  • use ISO8601 for date time format
  • sort by time
  • unsorted output option
  • colorized/text output modes for entry types

Full list of features and available flags is in repository readme.

rpi zero binary is still 18KB. It was both challenging and interesting to add new features keeping binary size small.

I don't have an intention to replace ls which is obviously preinstalled, I see fli as a complimentary daily driver. The north star of the project is to always have smaller binary size than ls , while extending or improving ls functionality

Interesting how much we can achieve with rust.

As for a new features, I see various sorting options could be implemented cheaply. If you have ideas, please share.

If you see ways to squeeze some more bytes, you are welcome.

upd:

repo : https://github.com/tracyspacy/fli

I created dedicated community for people who may be interested : https://lemmy.ml/c/fli

9
6
Explore OpenSearch 3.7 (opensearch.org)
10
116
submitted 5 days ago* (last edited 4 days ago) by Valuy@lemmy.zip to c/opensource@lemmy.ml
11
42
submitted 4 days ago by confuser@lemmy.zip to c/opensource@lemmy.ml

cross-posted from: https://lemmy.zip/post/66993290

I released v0.3.0 of my LCARS Star Trek Niagara Launcher Theme project.

For anyone unfamiliar, Niagara Launcher is an Android launcher/home screen replacement with a clean vertical app list instead of the usual grid of icons. I like it because the layout is already kind of minimal and interface-y, so I thought it would be a fun base for making a phone feel more like a Star Trek LCARS panel.

Niagara Launcher: https://niagaralauncher.app/

My project started as me trying to make Niagara Launcher look more like LCARS, but it has slowly turned into a more general LCARS wallpaper/icon/theme generator. This update is probably the first one where it starts to feel like a proper system instead of just a pile of cool-looking experiments.

The big change is that palettes are now shared across the wallpaper generator, icon generator, and gallery. I added a lot more categorized palettes too, including:

  • Classic LCARS
  • Trek faction-inspired palettes
  • Pride/identity palettes
  • Regional/flag-inspired palettes
  • Accessibility modes
  • Retro computing colors
  • Space/nature themes
  • General mood/function stuff

There is also a custom palette editor now, so you can directly change the LCARS block colors.

The other big thing is that wallpaper panel rhythm and color mapping are separate now. Before, the shape/layout pattern also determined which palette colors got used, which made some palettes come out weird. Now the rhythm controls the panel proportions, while color mapping controls how the colors are distributed.

So rainbow, pride, and flag-style palettes can actually behave more like themselves instead of getting shoved through the old LCARS role-color pattern.

The icon generator has matching color-mapping options now too, and the gallery got cleaned up with better filters, no weird caps, and live local-font previews for installed Trek/decorative fonts.

Live site: https://yearbook-enzyme.github.io/LCARS-Star-Trek-Niagara-Launcher-Theme/

GitHub release: https://github.com/Yearbook-enzyme/LCARS-Star-Trek-Niagara-Launcher-Theme/releases/tag/v0.3.0

Still very niche, still very Star Trek, but it is getting a lot more useful now.

12
17
submitted 4 days ago* (last edited 4 days ago) by pete_link@lemmy.ml to c/opensource@lemmy.ml

by Zoë Kooyman
Published on Jun 17, 2026 10:50 AM
in #FreeeSoftwareFoundation Bulletin

[overview of recent activity of the FSF]

13
2
Home - TridahDrive (drive.tridah.cloud)
submitted 3 days ago by Zerush@lemmy.ml to c/opensource@lemmy.ml

TridahDrive is 100% open source and free forever. We're a nonprofit organization dedicated to creating freely usable software. There are no paid tiers, no premium features behind a paywall, and no subscription fees. The only "cost" is your time - and we're grateful you're spending it with us.

https://github.com/TridahCloud/TridahDrive

14
31

Today one of the kids asked me about a good keyboard alternative for iOS because they want to have custom graphics. And they also complain about the thing overheating all the time.

And that opened a window to have the conversation about open source vs big tech, privacy, data mining, proper ram usage, …the whole thing.

Haven’t particularly dived into this topic so I’m looking for a good opensource keyboard that has some graphical options and isn’t hogging all the memory or sending all the keystrokes to weird and evil people. Any suggestions?

15
-16
16
61
submitted 1 week ago by selfmate@lemmy.zip to c/opensource@lemmy.ml

Is there a good launcher with a newer release than 2022 like neo launcher?

Neo launcher works, I experience no bugs but it feels odd to have such an old launcher running.

Kvaesito is great but follows a slightly different paradigm and neo has "hidden" folders which are amazing

17
55

Hey everyone,

I wanted to run high-fidelity network canaries in my network, but I couldn’t justify enterprise pricing, and I wasn’t a fan of managing custom orchestration across all my VMs to make available OSS solutions work.

So, I built HoneyWire. It’s a completely free, open-source distributed deception platform.

It uses a point-in-time CLI wizard to deploy hardened, distroless Docker traps. You run the command once, it spins up the decoy, registers it to your centralized Hub dashboard, and the setup agent completely exits. No persistent background daemons.

Features:

Zero-Agent: No ongoing background overhead on your hosts.

Centralized UI: View fleet health, uptime, and lateral movement alerts in dark mode.

Alerting: Built-in push notifications and SIEM forwarding.

Privacy: 100% free, open-source, and strictly zero telemetry.

GitHub Repo: https://github.com/andreicscs/HoneyWire Landing Page: https://honeywire.dev/

Would love to hear your thoughts on the architecture or any feedback if you test it out!

AI Disclosure: As a student and solo developer/maintainer, I used AI as a “junior dev” during project development to help accelerate boilerplate writing and documentation. All core architecture, system structure, and security logic were fully designed and implemented by me.

18
34
submitted 1 week ago by Deep@mander.xyz to c/opensource@lemmy.ml
19
45
submitted 1 week ago* (last edited 1 week ago) by UnfinishedProjects@piefed.zip to c/opensource@lemmy.ml

You can track the main post on our community while it is still up (https://forum.unfinishedprojects.net/topic/46/unfinishedprojects-will-be-closing-down.)

But essentially our community that was started not too long ago was an experiment by myself and two others who were hoping to create a space on the fediverse that acted as a sort of Commons for people to iterate and work on various Openly licensed projects together (of all types, to include not only software but all various disciplines). See here for more on what our community hoped to become: [ https://unfinishedprojects.net/wiki/About/Vision ]

In short, it is a combination of a federated forum and a public Wiki, where individuals can collaborate and contribute to a wide array of projects - using their diverse skills, knowledge and experience - to create a hub of open projects... and allowing individuals to make small contributions without needing to commit long term to any one project.

The reason I am posting this is not to promote the platform (because I have already tried and mostly failed), but because I truly still believe in the ideas and vision that we had for it. Ultimately, I just realized that I am not able to be the one to bring this vision to life.

Although I know it's unlikely, it would be nice if someone else saw the same potential for this platform to create a space on the internet that fights against the internet that "big tech" has been pushing for it to become.

So all that to say, I hope that this short lived experiment can either inspire someone else to iterate and improve on our failed attempt, or maybe even "take over" the already existing platform.

Either way, it was a short lived experiment, but I enjoyed the journey and the few connections I made along the way! If nothing else, it helped me reflect on our current standing of internet spaces, and what they might someday be able to evolve into given we have enough buy-in from like minded individuals.

I know most of you have probably never heard of our platform, but for those of you that have and engaged with it in any way, I appreciate your time and I apologize for any wasted time or effort in our shutting down after only launching recently.

  • Anthony and the Unfinished Projects Team
20
77
submitted 1 week ago by Im28xwa@lemdro.id to c/opensource@lemmy.ml

This is a personal passion project of mine, it is still in its early infancy (many core features are still missing) and the development is slow but deliberate.

why should I care?

if you care about speed and deep integration with the OS this project might be of interest to you.

why?

Wireless file sharing between my devices is still unnecessarily slow, half-baked, and unintuitive. Direct-Share is my attempt to build a file transfer tool that makes local file transfer more seamless than:

  • Android ↔ Android (Nearby Share / Quick Share)
  • Apple AirDrop
  • LocalSend
  • Blip

…but for Linux desktops and Android phones, using Wi-Fi Direct.

what?

  • Python, GTK4/Libadwaita on Linux
  • Kotlin, jetpack compose on Android

if you want to stay up to date with the project or want to know or read more, you can take a look at the GitHub repo

21
124
submitted 1 week ago by Wudi@feddit.uk to c/opensource@lemmy.ml
22
57

Out Loud is a free, open-source AI text-to-speech app that runs 100% offline. Nothing you read or type ever leaves your device — no cloud, no accounts, no tracking. Get 50+ natural voices across 8 languages (English, Japanese, Chinese, Spanish, Hindi, Italian, Portuguese, and more) on macOS, Windows, and Linux, plus a Chrome extension that reads any webpage, PDF, or email aloud with one click.

MIT licensed and free forever — audit it, fork it, improve it. A genuine alternative to subscription TTS services, with no fees, ever.

Download v2.0.0: https://www.out-loud.io/#download Star on GitHub: https://github.com/light-cloud-com/out-loud

23
24

A friend of mine made a cool calculator and unit converter. It parses natural English phrases like "how many inches are in 3 feet?" and "300 miles / 65 mph in hours and minutes" and "download 10GB 1Gbps". You can access it from web (including PWA), CLI or as a library. It has a strong FOSS philosophy behind it.

24
89
submitted 2 weeks ago by testman@lemmy.ml to c/opensource@lemmy.ml
25
21
submitted 2 weeks ago by davel@lemmy.ml to c/opensource@lemmy.ml

tubeup uses yt-dlp to download a Youtube video (or any other provider supported by yt-dlp), and then uploads it with all metadata to the Internet Archive using the python module internetarchive. It was designed by the Bibliotheca Anonoma to archive single videos, playlists (see warning below about more than video uploads) or accounts to the Internet Archive.

Prerequisites

This script strongly recommends Linux or some sort of POSIX system (such as macOS), preferably from a rented VPS and not your personal machine or phone.

view more: next ›

Open Source

47659 readers
279 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS