oozzy77 20 hours ago

Hi I'm building a AI marketing agent & copilot that runs locally, a desktop app easily installs to Mac & Windows that helps you:

- Marketing content writing copilot, that auto-completes your writing content

- Cross-post to platforms like FB, IG, X, TikTok, Medium, etc. — it uses AI browser automation so theoretically it works with any site

- Automatically adapts tone and format to fit each platform

- Image & Video Editing by natural convo: add stylized text overlays (like you see on Tiktok/CapCut), generate illustrative images for your content, etc.

I also works as a general AI agent like Manus!

oozzy77 3 days ago

[dead]

  • baobun 3 days ago

    > We’re open source, see more info at our repo page: https://github.com/11cafe/local-manus

    There is no LICENSE file. There is no license field in package.json. The GitHub repo metadata is empty. The README doesn't reference.

    What's the license and where can it be found? You also want to add the LICENSE file and an SPDX reference in package.json - that's the main expected ways to indicate your open source license.

    ---

    Looking at sources, it's just mocking with example data right now? https://github.com/11cafe/local-manus/blob/main/react/src/Ap...

    Despite the fully-local-no-cloud pitch, I see @openai/ dependencies and what looks like the beginning of ChatGPT integration. What's the idea here?

    • oozzy77 2 days ago

      Hi, thanks for the reminder, I will add a License soon, most likely be GPL.

      The basic agent chat is working, I mocked the example data for taking prototype screenshots. The in-chat UI widget is not fully working now, so that part is also mocked UI for now.

      > Despite the fully-local-no-cloud pitch, I see @openai/ dependencies You can choose to use GPT, Claude API keys, or you can deploy local models like Qwen using Ollama so it will be 100% local. If you want fully local experience, just choose Ollama as model provider

      Thanks for your reply!