1
72

First "modern and powerful" open source LLM?

Key features

  • Fully open model: open weights + open data + full training details including all data and training recipes
  • Massively Multilingual: 1811 natively supported languages
  • Compliant Apertus is trained while respecting opt-out consent of data owners (even retrospectivey), and avoiding memorization of training data
2
23
3
43
submitted 18 hours ago by Zerush@lemmy.ml to c/opensource@lemmy.ml

Bear Blog, a minimalist blogging platform focused on privacy and speed, has shifted from an MIT open source license to a source-available model in September 2025[^4]. According to creator Herman Martinus, the change restricts commercial exploitation while maintaining code accessibility for non-commercial use and security audits.

The new license prohibits for-profit hosting of Bear Blog or derivative services, while preserving the platform's commitment to "no-nonsense, super fast blogging" with no tracking or ads[^4]. This move mirrors similar licensing changes by companies like Elastic, which adopted a source-available model to protect against commercial exploitation while keeping code visible[^5].

"The original MIT license was selected without deep forethought, primarily to make the code easily auditable," explained Martinus on his blog[^4]. The shift aims to ensure Bear Blog's sustainability through its hosted version's modest subscriptions while preventing "open-source rug pulls" by larger corporations.

[^4]: WebProNews - Bear Blog Shifts to Source-Available License for Indie Protection [^5]: Elastic - License Change Clarification

4
11
Baba Yaga License (smallandnearlysilent.com)
submitted 19 hours ago by exu@feditown.com to c/opensource@lemmy.ml

A baba yaga license!

Lobsters discussion where I found this

Putting on a hobby lawyering hat:
This line No mortal hand may twist it 'round. might technically not bind corporations, as they are different from natural people, i.e. mortals, in some jurisdictions.

5
98

Source code and details: https://git.disroot.org/Phoenix

6
25
7
94
submitted 2 days ago by Zerush@lemmy.ml to c/opensource@lemmy.ml

The Book of Secret Knowledge is a popular GitHub repository that serves as a comprehensive collection of technical resources, including cheatsheets, manuals, lists, tools, and hacks[^1].

Key aspects of this repository include:

  • DevOps and system administration resources, including 284 test questions for Linux system administrators[^8]
  • DNS tools and diagnostics collections[^6]
  • Command line tools and one-liners[^10]
  • Cloud-native materials and training resources

The repository has gained significant community traction, accumulating over 100,000 stars and 12,000 forks on GitHub[^2]. It's particularly valued by DevOps engineers and system administrators as a free, open-source learning resource that provides alternatives to paid courses[^2].

[^1]: GitHub - trimstray/the-book-of-secret-knowledge [^2]: LinkedIn - Abhishek Veeramalla's Post [^6]: Hacker News - The Book of Secret Knowledge [^8]: Medium - 7 GitHub Repositories That Help You Become A Better DevOps Engineer [^10]: Zorin Forum - Linux commandline cheat sheet

8
72

Is there any actual easy to use foss chat app my friends and SO could use ? Everyone uses fb messenger because its so easy. I cant find anything easy enough to make people switch to, that won't have issues and send them running back to zucc

9
50

I don't need to self host a git server or anything like that. Just need a place I can link to in my CV with some code examples. Microsoft pushing their AI rubbish has been the final straw.

10
144
submitted 3 days ago by chobeat@lemmy.ml to c/opensource@lemmy.ml
11
250
submitted 3 days ago by Zerush@lemmy.ml to c/opensource@lemmy.ml
12
108
submitted 4 days ago by ray@lemmy.ml to c/opensource@lemmy.ml

This is one of those wonderful things about open source software. I really appreciate this philosophy professor maintaining such a great piece of software and responding to legit bug reports in such a timely manner. He doesn't owe it to everyone but I sure as heck appreciate it. I think I'm gonna send him another thank you note when the book I'm working on is out. Just wanted to share this with y'all.

13
186
submitted 5 days ago* (last edited 5 days ago) by guttermonk@lemmy.ml to c/opensource@lemmy.ml

Jambi’s mission is to transcribe audio to your clipboard, as quickly and accurately as possible, while staying privacy-focused and open-source.

Jambi aims to help computer users with disabilities, such as vision or physical impairments, by providing real-time transcription of their speech. It’s also a great tool for anyone who wants to transcribe audio quickly and easily.

This is the alpha release and the project is still in early development. Currently looking for feedback and contributors. If you are a developer, you can contribute to the project by submitting pull requests or reporting issues.

If you like the project, please show your support by leaving a star. Thanks! https://github.com/guttermonk/jambi

14
38
submitted 4 days ago by aclarke@lemmy.world to c/opensource@lemmy.ml

Managarr v0.6.0 has been released with some fun new features!

Managarr is a terminal-based application for managing all your Servarr instances from one place. It provides a user-friendly interface to interact with your media libraries, making it easier to manage your downloads, monitor your series and movies, and perform various actions directly from the terminal.

It sports two modes: a TUI mode (Text User Interface) and a CLI mode (Command Line Interface).

TUI mode gives you an interactive User Interface right inside your terminal window, allowing you to navigate through your Sonarr and Radarr libraries, view details about your series and movies, and perform actions like adding or removing items, all through keyboard shortcuts.

CLI mode lets you execute commands directly from the terminal to manage your Servarr instances without needing to open the TUI. This is great for quick tasks or for integrating with scripts and automation tools.

The biggest change: Managarr now has themes!

The UI has been completely overhauled to support themes! You can now customize the look and feel of Managarr to suit your preferences. Choose from a variety of themes to change the color scheme and overall aesthetic of the application.

Here's just a few examples:

Default

default

Dracula

dracula

Watermelon Dark

watermelon-dark

You can also customize the themes to your heart's content! Check out the themes documentation for more details on how to create and apply your own themes.

Features

  • Added support for alternative Vim-like navigation keybindings (hjkl movements) Discussion #34
  • Added support for terminal-like backspace operations (Ctrl-h instead of Backspace)
  • You can now specify the number of downloads to fetch from the CLI: managarr <sonarr/radarr> list downloads --count 1234
  • You can now toggle movie monitoring from the CLI without needing to use the edit subcommand: managarr radarr toggle-movie-monitoring --movie-id 1234 #43
  • You can also now toggle series monitoring from the CLI without needing to use the edit subcommand: managarr sonarr toggle-series-monitoring --series-id 1234 #43
  • You can now also toggle movie/series monitoring directly from the Library view for each Servarr with the m key. No need to open the Edit [Series/Movie] modal anymore to simply toggle monitoring for an item! #43
  • Users can now skip up/down tables 20 items at a time using Ctrl-d and Ctrl-u keys (mirroring the same functionality in the Helix editor). Alternatively, the standard PgUp and PgDown keys are supported for the same operation. This is particularly useful for large libraries with many items #45
  • The total disk usage for any given series is now displayed in the Series Library view to mirror Radarr functionality #44
  • All keybindings and help tips have been refactored into a unified, dynamic menu that displays the available keybindings for the current view. This is accessible by pressing ? in any view, and it will display the keybindings relevant to that view. #32
  • Users can now add any number of custom headers to each Servarr's configuration, enabling support for OAuth and other custom authentication schemes for Servarr access #47

Fixes

  • Fixed a bug that caused the Collection Details modal to vanish when attempting to add a new film to a collection
  • Fixed a bug that caused the Radarr library to be rendered, then the Collections table to be rendered over it (merging the two), and then showing a popup which made for ugly and confusing UI
  • Wrapped Season.statistics with Option to prevent a panic if the season doesn't have any statistics (edge-case, only happens with outdated Sonarr data) #35
  • Corrected a bug that caused double key presses on Windows machines #40 (Thanks @cwesleys!)
  • Defaulted to empty tags to improve fault tolerance within the Sonarr and Radarr UIs. This is in response to #42, #48. It seems like this may be a bug in Sonarr where a series can have an associated tag ID but that tag Id doesn't exist in the list of tags, but I still can't quite track it down.
  • Fixed an issue that caused some panics to occur when video codecs are undefined in file metadata #38
  • More than 10 downloads will be listed in the Downloads tabs for both Radarr and Sonarr
  • Fixed a bug where Sonarr would have empty values on season releases for seeders/leechers instead of '0'
  • Fixed a bug where some Radarr films don't have studios associated with them, so the studio field is now nullable, preventing crashes when loading the Radarr library

Security Fixes

Minor Changes

  • Due to the new support for Vim-like navigation keybindings, the system logs are now opened using L instead of l
  • Refactored the network module to be more idiomatic Rust and to improve maintainability

Documentation

  • Update README.md to remove the cheeky Try Before You Buy heading since some users reported it as misleading; i.e. they thought it meant Managarr cost money. Managarr is and always will be, free

As always, thank you to everyone who reported an issue or requested a feature! You all make it a LOT easier to keep up with breaking API and add new features. If you have any feedback or suggestions, please don't hesitate to open an issue or discussion on the GitHub repository.

15
26
submitted 4 days ago* (last edited 4 days ago) by Achyu@lemmy.sdf.org to c/opensource@lemmy.ml

As an alternative for the 'Dictate' option in Word?
I have searched for it, but most of them seem to be for Linux, Macos and Android.

I know of Sayboard and Whisper on Android.

I have seen whisper installation setups and have tried it, but havent't seen one that can directly dictate into other open apps.

Are there any applications which can directly enter the dictated text into an opened word or text file? One which can directy dictate into Word or Libreoffice Writer?

Thanks in advance.

16
41
17
164

Hi everyone!

It’s me again)

For those who haven’t heard of it yet - VOID is a local-first, open-source “second brain” app. Think of it as combining the flexibility of Obsidian with the structured organization of Notion.

As the title says - VOID just reached 100 stars on GitHub!

Huge thanks for all your support - it truly motivates me to work even harder and bring the project to release as soon as possible.

But this post isn’t only about “showing off.” Over the past week I’ve mainly been polishing the editor’s behavior, and now I’m finally happy with it. I think it’s time to share the roadmap for the next year(I think?):

  • Note linking, global indexing of todos and tags, and embedded content (videos, images, audio, etc.)

  • Migration from Excalidraw canvas to a custom JSON Canvas implementation

  • Databases (similar to Notion)

  • Sync server improvements and a self-hosted Docker container

  • Plugin API (Lua for the backend and any frontend framework you can imagine)

  • Full redesign of the entire app (yes, we finally have a designer!)

  • And of course… optimization, optimization, optimization

We also now have a Lemmy community where I’ll post small devlogs, thoughts, and some behind-the-scenes updates about VOID. If you’re interested in the project, feel free to join there — or hop into our GitHub Discussions.

GitHub
And one more thing - the first beta is coming very soon!
Stay tuned!

18
66
submitted 6 days ago* (last edited 6 days ago) by Davriellelouna@lemmy.world to c/opensource@lemmy.ml
19
22
20
29
Open Source is one person (opensourcesecurity.io)
submitted 5 days ago by yogthos@lemmy.ml to c/opensource@lemmy.ml
21
45
submitted 6 days ago* (last edited 6 days ago) by nate@programming.dev to c/opensource@lemmy.ml

cross-posted from: https://programming.dev/post/36406191

I've just finished a 1.0.0 release of Auditorium!

I built this primarily because my script I use to play my local files was held back severely by the speed and lack of data structures from POSIX shell.

Auditorium features vim-like key binds, completely offline play via MPV, genre, artist, and title querying via ffmpeg, built-in fuzzy finding, automatic playback, and a hot-reloading theming configuration to allow you to pick your desired color scheme.

Installation instruction and dependencies are in the linked Github page. If you find any bugs, feel free to create an issue - I intend to keep this supported as I use it every day.

22
18
submitted 6 days ago* (last edited 6 days ago) by Davriellelouna@lemmy.world to c/opensource@lemmy.ml
23
69
GNU Octave (www.gnu.org)
submitted 1 week ago by helloworld@lemmy.ml to c/opensource@lemmy.ml

I would classify this as a matlab alternative. Plot stuff. Do Matrix calculations with direct (syntax) support in the programming language.

24
152
25
38

VoidAuth is a self-hosted Single Sign-On solution that aims to be easy to setup and use while feeling seamless to your users. Release v1.1.0 brings a few new features I have been working on and am excited about:

  • Passkey-only Users, the option on sign-up to use a passkey instead of a password.
  • Admin Notification Emails, so admins know when they have new tasks such as user registrations to approve.
  • Approval Emails for New Users, so new users awaiting approval know when they have been.
  • DEFAULT_REDIRECT back to your main page for invitations, logouts, etc.
  • and more!
view more: next ›

Open Source

40364 readers
283 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