home.social

Search

1000 results for “localfirst”

  1. Just published this talk about my vision for Holistic Local-First Sofrware and the parts that can be brought together to make it real.

    #p2p #dweb #agregore #meshnetwork

    youtube.com/watch?v=VqUzhnDd1-

  2. 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:
    digitalescapetools.com/tools/t

    #OpenSource #Privacy #SelfHosted #Productivity #Notion #Linux

  3. 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. 🐧

    🔗 itsfoss.com/news/fedora-ai-dev

    #TechNews #Fedora #Ubuntu #Linux #AI #ArtificialIntelligence #OpenSource #Atomic #CUDA #Cloud #CloudAI #LocalAI #FOSS #NVIDIA #AMD #Intel #ARM #MachineLearning #Developers

  4. 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. 🐧

    🔗 itsfoss.com/news/fedora-ai-dev

    #TechNews #Fedora #Ubuntu #Linux #AI #ArtificialIntelligence #OpenSource #Atomic #CUDA #Cloud #CloudAI #LocalAI #FOSS #NVIDIA #AMD #Intel #ARM #MachineLearning #Developers

  5. 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. 🐧

    🔗 itsfoss.com/news/fedora-ai-dev

    #TechNews #Fedora #Ubuntu #Linux #AI #ArtificialIntelligence #OpenSource #Atomic #CUDA #Cloud #CloudAI #LocalAI #FOSS #NVIDIA #AMD #Intel #ARM #MachineLearning #Developers

  6. 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. 🐧

    🔗 itsfoss.com/news/fedora-ai-dev

    #TechNews #Fedora #Ubuntu #Linux #AI #ArtificialIntelligence #OpenSource #Atomic #CUDA #Cloud #CloudAI #LocalAI #FOSS #NVIDIA #AMD #Intel #ARM #MachineLearning #Developers

  7. 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. 🐧

    🔗 itsfoss.com/news/fedora-ai-dev

    #TechNews #Fedora #Ubuntu #Linux #AI #ArtificialIntelligence #OpenSource #Atomic #CUDA #Cloud #CloudAI #LocalAI #FOSS #NVIDIA #AMD #Intel #ARM #MachineLearning #Developers

  8. ----------------

    🛠️ 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: github.com/ugurrates/CABTA

  9. ----------------

    🎛️ 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: github.com/jamiepine/voicebox?

  10. 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.

    👉 github.com/ActivityWatch/activ

    more tools l: digital-escape-tools-phi.verce

    #Privacy #OpenSource #FOSS #TimeTracking #DigitalWellbeing #DeGoogle

  11. 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.

    👉 github.com/ActivityWatch/activ

    more tools l: digital-escape-tools-phi.verce

    #Privacy #OpenSource #FOSS #TimeTracking #DigitalWellbeing #DeGoogle

  12. 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.

    👉 github.com/ActivityWatch/activ

    more tools l: digital-escape-tools-phi.verce

    #Privacy #OpenSource #FOSS #TimeTracking #DigitalWellbeing #DeGoogle

  13. 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.

    👉 github.com/ActivityWatch/activ

    more tools l: digital-escape-tools-phi.verce

    #Privacy #OpenSource #FOSS #TimeTracking #DigitalWellbeing #DeGoogle

  14. 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.

    👉 github.com/ActivityWatch/activ

    more tools l: digital-escape-tools-phi.verce

    #Privacy #OpenSource #FOSS #TimeTracking #DigitalWellbeing #DeGoogle

  15. Marre de Postman ? Découvrez ces alternatives local-first (sans compte) - Informatique générale - ShevArezo`Blog links.shikiryu.com/shaare/ehmE
    #liste #alternatives #dev #postman

  16. How does MCP work? Maksim built a 'local first' #FlutterDev client to find out.
    #DevFest speaker @maks presents: MCP, Flutter and You

    See our full schedule & get tickets at
    gdg-melbourne-devfest-2025.ses #DevFestMelbourne2025

  17. Agregore 2.12.0 - Peersky theme compat, Local AI onboarding improvements
    => 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:
    => github.com/AgregoreWeb/agregor
    #IPFS #IPLD #Hypercore #Gemini #SSB #BitTorrent

  18. 🚀 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 → pullrepo.com/report/todays-ai-

    #AI #OpenSource #GitHub #Tech #AIAgent

  19. 🚀 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 → pullrepo.com/report/todays-ai-

    #AI #OpenSource #GitHub #Tech #AIAgent

  20. 🚀 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 → pullrepo.com/report/todays-ai-

    #AI #OpenSource #GitHub #Tech #AIAgent

  21. 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.

  22. 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?

  23. 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?

  24. 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?

  25. 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?

  26. 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?