Search
1000 results for “localfirst”
-
Just published this talk about my vision for Holistic Local-First Sofrware and the parts that can be brought together to make it real.
-
AFFiNE is an open-source, local-first workspace that combines documents, whiteboards, databases, and collaboration in one platform. It supports offline use, self-hosting, real-time sync, and works as a privacy-friendly alternative to Notion and Miro.
More details:
https://digitalescapetools.com/tools/tool.html?id=affine#OpenSource #Privacy #SelfHosted #Productivity #Notion #Linux
-
Fedora approved the AI Developer Desktop initiative to create AI-focused Atomic Desktop images with local-first tooling and no default cloud AI connections. 🤖
Planned Fedora 45 releases include open-source AI images plus CUDA-based remixes for Intel, AMD, NVIDIA, and ARM hardware support. 🐧🔗 https://itsfoss.com/news/fedora-ai-developer-desktops/
#TechNews #Fedora #Ubuntu #Linux #AI #ArtificialIntelligence #OpenSource #Atomic #CUDA #Cloud #CloudAI #LocalAI #FOSS #NVIDIA #AMD #Intel #ARM #MachineLearning #Developers
-
Fedora approved the AI Developer Desktop initiative to create AI-focused Atomic Desktop images with local-first tooling and no default cloud AI connections. 🤖
Planned Fedora 45 releases include open-source AI images plus CUDA-based remixes for Intel, AMD, NVIDIA, and ARM hardware support. 🐧🔗 https://itsfoss.com/news/fedora-ai-developer-desktops/
#TechNews #Fedora #Ubuntu #Linux #AI #ArtificialIntelligence #OpenSource #Atomic #CUDA #Cloud #CloudAI #LocalAI #FOSS #NVIDIA #AMD #Intel #ARM #MachineLearning #Developers
-
Fedora approved the AI Developer Desktop initiative to create AI-focused Atomic Desktop images with local-first tooling and no default cloud AI connections. 🤖
Planned Fedora 45 releases include open-source AI images plus CUDA-based remixes for Intel, AMD, NVIDIA, and ARM hardware support. 🐧🔗 https://itsfoss.com/news/fedora-ai-developer-desktops/
#TechNews #Fedora #Ubuntu #Linux #AI #ArtificialIntelligence #OpenSource #Atomic #CUDA #Cloud #CloudAI #LocalAI #FOSS #NVIDIA #AMD #Intel #ARM #MachineLearning #Developers
-
Fedora approved the AI Developer Desktop initiative to create AI-focused Atomic Desktop images with local-first tooling and no default cloud AI connections. 🤖
Planned Fedora 45 releases include open-source AI images plus CUDA-based remixes for Intel, AMD, NVIDIA, and ARM hardware support. 🐧🔗 https://itsfoss.com/news/fedora-ai-developer-desktops/
#TechNews #Fedora #Ubuntu #Linux #AI #ArtificialIntelligence #OpenSource #Atomic #CUDA #Cloud #CloudAI #LocalAI #FOSS #NVIDIA #AMD #Intel #ARM #MachineLearning #Developers
-
Fedora approved the AI Developer Desktop initiative to create AI-focused Atomic Desktop images with local-first tooling and no default cloud AI connections. 🤖
Planned Fedora 45 releases include open-source AI images plus CUDA-based remixes for Intel, AMD, NVIDIA, and ARM hardware support. 🐧🔗 https://itsfoss.com/news/fedora-ai-developer-desktops/
#TechNews #Fedora #Ubuntu #Linux #AI #ArtificialIntelligence #OpenSource #Atomic #CUDA #Cloud #CloudAI #LocalAI #FOSS #NVIDIA #AMD #Intel #ARM #MachineLearning #Developers
-
----------------
🛠️ Tool
===================Opening: CABTA (Cyan Agent Blue Team Assistant) is a local-first, analyst-focused SOC platform that aggregates 20+ threat intelligence feeds, performs multi-format file analysis, and provides email forensics alongside AI-assisted investigation using a local LLM via Ollama.
Key Features:
• Multi-source TI aggregation including VirusTotal, Shodan, AbuseIPDB, AlienVault OTX and GreyNoise, plus 15 additional OSINT feeds.
• Multi-format malware analysis covering PE, ELF, Mach-O, APK, Office, PDF, scripts and archives with deep inspection features.
• Email forensics capabilities: SPF/DKIM/DMARC validation, BEC detection, phishing scoring and relay chain analysis.
• AI-assisted summarization and context-aware verdicts using a local LLM (Ollama) to avoid cloud data exfiltration.
• Detection rule generation across platforms: auto-generated KQL, Splunk SPL, Sigma, YARA, Snort, FortiMail, Proofpoint and Mimecast rules.
• Case management and STIX 2.1 export with TLP marking for IOC sharing.Technical Implementation:
CABTA centralizes telemetry and TI lookups, correlates indicators across feeds and exposes analyst workflows through a modern web dashboard. The platform performs deep PE inspection (TLS callbacks, PDB path, Rich header checks), implements a 7-heuristic DGA detector (entropy, bigram/trigram, dictionary checks), and integrates Volatility 3 for memory forensics and process-level analysis. Cobalt Strike beacon extraction uses XOR brute-force decryption and TLV config parsing to surface C2 servers and embedded configs.Use Cases:
• SOC triage and enrichment for alerts with multi-source context and automated rule generation.
• Incident response combining static/dynamic artifact inspection with memory forensics.
• Threat hunting that leverages composite scoring and MITRE technique mapping to prioritize IOC investigations.Limitations & Considerations:
• Functionality depends on availability of local TI keys for some sources (VirusTotal, Shodan).
• Local LLM results depend on the deployed Ollama model and its local resources; analytic quality varies by model.
• The platform emphasizes local processing; integration with remote/cloud pipelines requires external orchestration.Summary: CABTA delivers an integrated, local-first SOC workflow combining TI aggregation, advanced artifact inspection, memory forensics and AI-assisted summaries, with production-grade rule export and STIX support. #tool #DFIR #malware #ThreatIntel #MITRE
🔗 Source: https://github.com/ugurrates/CABTA
-
----------------
🎛️ Tool — Voicebox
Voicebox is an open-source, local-first desktop studio for voice cloning and speech synthesis. The project centers on providing on-device voice model downloads, rapid voice cloning from a few seconds of audio, and a digital-audio-workstation style editor for composing multi-voice projects. Key implementation details disclosed by the release: the primary synthesis backend is Qwen3-TTS, the application is built with Tauri (Rust) rather than Electron, and an MLX backend provides native Metal acceleration to speed inference on Apple Silicon.
Architecture and capabilities
• The application exposes an API-first surface for integration with other projects while retaining a full desktop UI for studio-style workflows.
• Voice modeling: Qwen3-TTS is used for high-fidelity cloning; the project notes planned support for additional models such as XTTS and Bark.
• Editing features: multi-track timeline, audio trimming, conversation mixing, and per-voice profiles derived from short audio samples.
• Platform builds: packaged releases were provided for macOS (Apple Silicon and Intel) and Windows; Linux builds are noted as forthcoming but blocked by CI runner disk space constraints.Performance and privacy
• Local-first design keeps models and audio data on-device, avoiding cloud-based storage or inference by default.
• On Apple Silicon, MLX with Metal acceleration is reported to deliver multiple-fold faster inference compared with generic paths, improving responsiveness for generation and cloning workflows.Limitations and scope
• Current model support centers on Qwen3-TTS; multi-model support is listed as planned but not yet available.
• Linux availability is pending; CI limitations were explicitly cited as the blocker for those builds.
• No cloud collaboration or managed hosting is part of the announced feature set; the project emphasizes offline, local operation.This release documents a desktop-focused, privacy-oriented approach to voice cloning with clear statements on model choice, runtime acceleration, and editing capabilities. #voicebox #qwen3_tts #TTS #voice_cloning
🔗 Source: https://github.com/jamiepine/voicebox?tab=readme-ov-file
-
ActivityWatch is an open-source, local-first time tracker that shows how you spend your time — with no cloud and no data leaving your device.
Fully configurable, transparent, and privacy-respecting. A solid alternative to tools like RescueTime.
👉 https://github.com/ActivityWatch/activitywatch
more tools l: https://digital-escape-tools-phi.vercel.app/
#Privacy #OpenSource #FOSS #TimeTracking #DigitalWellbeing #DeGoogle
-
ActivityWatch is an open-source, local-first time tracker that shows how you spend your time — with no cloud and no data leaving your device.
Fully configurable, transparent, and privacy-respecting. A solid alternative to tools like RescueTime.
👉 https://github.com/ActivityWatch/activitywatch
more tools l: https://digital-escape-tools-phi.vercel.app/
#Privacy #OpenSource #FOSS #TimeTracking #DigitalWellbeing #DeGoogle
-
ActivityWatch is an open-source, local-first time tracker that shows how you spend your time — with no cloud and no data leaving your device.
Fully configurable, transparent, and privacy-respecting. A solid alternative to tools like RescueTime.
👉 https://github.com/ActivityWatch/activitywatch
more tools l: https://digital-escape-tools-phi.vercel.app/
#Privacy #OpenSource #FOSS #TimeTracking #DigitalWellbeing #DeGoogle
-
ActivityWatch is an open-source, local-first time tracker that shows how you spend your time — with no cloud and no data leaving your device.
Fully configurable, transparent, and privacy-respecting. A solid alternative to tools like RescueTime.
👉 https://github.com/ActivityWatch/activitywatch
more tools l: https://digital-escape-tools-phi.vercel.app/
#Privacy #OpenSource #FOSS #TimeTracking #DigitalWellbeing #DeGoogle
-
ActivityWatch is an open-source, local-first time tracker that shows how you spend your time — with no cloud and no data leaving your device.
Fully configurable, transparent, and privacy-respecting. A solid alternative to tools like RescueTime.
👉 https://github.com/ActivityWatch/activitywatch
more tools l: https://digital-escape-tools-phi.vercel.app/
#Privacy #OpenSource #FOSS #TimeTracking #DigitalWellbeing #DeGoogle
-
Marre de Postman ? Découvrez ces alternatives local-first (sans compte) - Informatique générale - ShevArezo`Blog https://links.shikiryu.com/shaare/ehmE_Q
#liste #alternatives #dev #postman -
How does MCP work? Maksim built a 'local first' #FlutterDev client to find out.
#DevFest speaker @maks presents: MCP, Flutter and YouSee our full schedule & get tickets at
https://gdg-melbourne-devfest-2025.sessionize.com/ #DevFestMelbourne2025 -
Agregore 2.12.0 - Peersky theme compat, Local AI onboarding improvements
=> https://agregore.mauve.moe
A minimal web browser for the distributed web
- Enable people to make and use local first apps using the web
- Be minimal (fewer built-in features, leave more to the OS)
- Be open to anything p2p / decentralized / local-first
- Rely on web extensions for extra functionality
- Work with mesh networks / Bluetooth Low Energy networks
Changelog:
=> https://github.com/AgregoreWeb/agregore-browser/releases/tag/v2.12.0
#IPFS #IPLD #Hypercore #Gemini #SSB #BitTorrent -
The complete DDoS guide for founders
https://onboardbase.com/blog/ddos/
#ycombinator #Hasicorp_vault_alternative #local_first #AWS_S3_for_credentials #local_first_hashicorp_vault #simpler_hashicorp_vault #secrets #protect #secret_manager #access #secret_access #secret_infrastructure #secretops #API_keys #tokens #pipeline #console_log #security #share #contractors #freelancers #dev_team #developer_machines #deployment #secure #infrastructure #environment_variable #configs #environment_configs -
The complete DDoS guide for founders
https://onboardbase.com/blog/ddos/
#ycombinator #Hasicorp_vault_alternative #local_first #AWS_S3_for_credentials #local_first_hashicorp_vault #simpler_hashicorp_vault #secrets #protect #secret_manager #access #secret_access #secret_infrastructure #secretops #API_keys #tokens #pipeline #console_log #security #share #contractors #freelancers #dev_team #developer_machines #deployment #secure #infrastructure #environment_variable #configs #environment_configs -
The complete DDoS guide for founders
https://onboardbase.com/blog/ddos/
#ycombinator #Hasicorp_vault_alternative #local_first #AWS_S3_for_credentials #local_first_hashicorp_vault #simpler_hashicorp_vault #secrets #protect #secret_manager #access #secret_access #secret_infrastructure #secretops #API_keys #tokens #pipeline #console_log #security #share #contractors #freelancers #dev_team #developer_machines #deployment #secure #infrastructure #environment_variable #configs #environment_configs -
The complete DDoS guide for founders
https://onboardbase.com/blog/ddos/
#ycombinator #Hasicorp_vault_alternative #local_first #AWS_S3_for_credentials #local_first_hashicorp_vault #simpler_hashicorp_vault #secrets #protect #secret_manager #access #secret_access #secret_infrastructure #secretops #API_keys #tokens #pipeline #console_log #security #share #contractors #freelancers #dev_team #developer_machines #deployment #secure #infrastructure #environment_variable #configs #environment_configs -
🚀 Fastest-growing AI projects today
1. Developers increasingly turning towards local-first solutions that provide seamless int...
2. **nexu-io/open-design** an impressive open-source project that aims to replicate Anthro...
3. It a wide range of features such as 19 skills, 71 brand-grade design systems, sandboxed...Full report → https://pullrepo.com/report/todays-ai-agent-fastest-growing-projects-may-26-2026
-
🚀 Fastest-growing AI projects today
1. Developers increasingly turning towards local-first solutions that provide seamless int...
2. **nexu-io/open-design** an impressive open-source project that aims to replicate Anthro...
3. It a wide range of features such as 19 skills, 71 brand-grade design systems, sandboxed...Full report → https://pullrepo.com/report/todays-ai-agent-fastest-growing-projects-may-26-2026
-
🚀 Fastest-growing AI projects today
1. Developers increasingly turning towards local-first solutions that provide seamless int...
2. **nexu-io/open-design** an impressive open-source project that aims to replicate Anthro...
3. It a wide range of features such as 19 skills, 71 brand-grade design systems, sandboxed...Full report → https://pullrepo.com/report/todays-ai-agent-fastest-growing-projects-may-26-2026
-
Hey #AcademicMastodon #PhDLife #postdoc #ScienceMastodon
I've been building a new, local-first library/citation manager (for fun). Zotero is great, but I've long wanted something more modern. I have a lot working: auto metadata hygiene, local LLM, full-text search, semantic similarity, plugins. But, I'm not a researcher!
I would love to talk to more academics who use these tools daily. I'm hoping to shape it into something you might use. DMs open if you'd be willing to chat & want a demo.
-
How would the #fediverse feel about #AI if the compute was shared, but local first, #decentralized and most importantly imo #FOSS genuinely curious if people hate ai because of the structure of it or what it is?
-
How would the #fediverse feel about #AI if the compute was shared, but local first, #decentralized and most importantly imo #FOSS genuinely curious if people hate ai because of the structure of it or what it is?
-
How would the #fediverse feel about #AI if the compute was shared, but local first, #decentralized and most importantly imo #FOSS genuinely curious if people hate ai because of the structure of it or what it is?
-
How would the #fediverse feel about #AI if the compute was shared, but local first, #decentralized and most importantly imo #FOSS genuinely curious if people hate ai because of the structure of it or what it is?
-
How would the #fediverse feel about #AI if the compute was shared, but local first, #decentralized and most importantly imo #FOSS genuinely curious if people hate ai because of the structure of it or what it is?