1
1
submitted 47 minutes ago by bluewhale_@lemmy.ml to c/opensource@lemmy.ml

Say I'm writing a small GPLv3 licensed Python script that I want to release publicly. It would use a few MIT licensed libraries and maybe also some chunks of code from some MIT licensed projects.

As per the MIT license conditions I would have to include the MIT license text in my project. So how would that be done properly? And how about other licenses that require the license text to be included?

Sorry if this has already been answered a million times. I'm relatively new to this stuff and I find the licenses really hard to understand despite my attempts. I tried to also use some other open source projects as examples, but most of them don't seem to include the license texts anywhere but the readme files at least seem to state which libraries they use.

2
56
submitted 1 day ago* (last edited 1 day ago) by jksalcedo@lemmy.ml to c/opensource@lemmy.ml

Hi everyone,

I wanted to share a project I recently started working on called Tend (an Android app built to help you automate the scheduling of your social life).

The idea originally came from a discussion on r/fossdroid about how hard it is to keep in touch with friends and extended family without relying on algorithm-driven social media or bloated, cloud-based business CRMs.

Most "Personal CRM" apps require you to upload your contacts to a random server. I wanted something that was 100% offline, private, and simple.

What it does: You can think of it as setting up cron jobs for your relationships.

  • Contact Cards: Create dedicated profiles for people you want to keep up with (Name, notes, phone, socials, etc.).

  • Custom Frequency: Set a "check-in" schedule (e.g., every 14 days, monthly, quarterly).

  • Smart Reminders: The app will notify you when it's time to reach out.

  • 100% Offline: Everything is stored locally on your device via SQLite/Room. No accounts, no telemetry, no cloud sync.

I’d love your feedback! Since this is in the initial development phase, I’m looking for feedback on the features and the UI.

Repository: Github: Github Repo Codeberg: Codeberg repo

3
82
submitted 1 day ago* (last edited 1 day ago) by HaraldvonBlauzahn@feddit.org to c/opensource@lemmy.ml

Disguising itself as the innocuously-titled “Android Developer Verifier” (ADV) process, this trojan horse runs surreptitiously in the background as a system service with full root privileges, quietly awaiting an activation signal. The service cannot be blocked, disabled, or removed. Unlike a commonplace bit of malware, this extraordinary strain won’t be detected and neutralized by Play Protect (the malware scanning and remediation service that is installed on all Android Certified devices). In fact, Play Protect is itself the vector through which this virus is transmitted and installed.

[...]

As we discussed in “What We Talk About When We Talk About Sideloading”, beware the dangers of allowing the terminology of debate to be defined by those who don’t have your best interests at heart. Malware being synonymous with “software we don’t like” means that they can unilaterally dictate — driven either by business incentives or by being compelled by a sufficiently powerful government — what the malware-du-jour definition is to be.

For precedent, personal content filtering in the form of “ad blockers” has long since been banned from the Play Store, and they have even classified some instances as malware. How long before they designate all ad-blocking software as malware, block installation on all Android certified devices worldwide, and permanently designate all developers of this class of software as malware creators?

4
141
submitted 2 days ago by yogthos@lemmy.ml to c/opensource@lemmy.ml
5
65
submitted 2 days 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

6
23
submitted 2 days 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.

7
6

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.

8
9
submitted 2 days 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).

9
28

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

10
16

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.

11
15
submitted 4 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

12
9
Explore OpenSearch 3.7 (opensearch.org)
13
45
submitted 6 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.

14
18
submitted 6 days ago* (last edited 6 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]

15
7
Home - TridahDrive (drive.tridah.cloud)
submitted 5 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

16
12
17
116
submitted 1 week ago* (last edited 6 days ago) by Valuy@lemmy.zip to c/opensource@lemmy.ml
18
32

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?

19
56
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

20
53

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.

21
37
submitted 1 week ago by Deep@mander.xyz to c/opensource@lemmy.ml
22
39
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
23
120
submitted 2 weeks ago by Wudi@feddit.uk to c/opensource@lemmy.ml
24
64

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

25
26

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.

view more: next ›

Open Source

47695 readers
109 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