
Closed
Posted
Paid on delivery
I need a single-file Windows executable that wraps the open-source LiveKit stack so I can spin up, host, and join video meetings on demand. I do not need a full graphical interface—basic, CLI-driven operation is fine—but the build must still expose three core features: screen sharing, session recording, and an in-meeting chat. Please use whichever language or tooling you prefer (Go, Node, Electron, .NET, etc.) provided the final deliverable is a stand-alone .exe that launches on Windows 10/11 without external installs. Source code, a concise README with build steps, and any minimal configuration files should accompany the binary. Acceptance criteria • The .exe starts a LiveKit room and allows another instance to join. • Screen sharing works between participants. • The session can be recorded and the file is saved locally. • A simple chat channel is available throughout the call. • All actions can be triggered via flags, commands, or a minimal text menu—no heavyweight GUI. • Delivery within 24 hours of contract start. If you have previous LiveKit or similar WebRTC experience, let me know; otherwise, outline briefly how you plan to integrate the SDK and handle recording. Looking forward to reviewing your approach.
Project ID: 40496813
20 proposals
Remote project
Active 2 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
20 freelancers are bidding on average ₹8,051 INR for this job

Architecting your standalone LiveKit CLI... I see you need a lightweight, single-file Windows executable to instantly host and join LiveKit video meetings with screen sharing, chat, and local recording—completely bypassing heavy GUI frameworks. Here is exactly how I will architect this for your 24-hour deadline: Standalone Binary Architecture: I will build this using Go (or Node.js bundled via pkg), compiling the open-source LiveKit SDK into a single, zero-dependency Windows 10/11 .exe driven entirely by CLI flags and text menus. Feature Integration: I will implement LiveKit's DataChannels for the real-time chat, wire up the WebRTC screen-sharing streams, and configure the Egress module to handle and safely save your local session recordings. The Handoff: You will receive the compiled binary, the complete source code, and the concise README detailing the exact build steps so you can reproduce it seamlessly. Budget & Timeline: Based on my senior rate and your urgent turnaround requirement, I will deliver this complete, tested LiveKit executable for ₹12,500 INR within 24 hours. Quick question: For the local session recording, do you want the Egress service to output a specific video container format (like .mp4 or .webm), or should I simply use the LiveKit default settings for the standalone build?
₹12,500 INR in 1 day
6.6
6.6

Hi! I can build a standalone Windows .exe around LiveKit with CLI-based room hosting/joining, screen sharing, local recording, and in-meeting chat, and deliver the source code plus README within 15-hours , Best Regards
₹15,000 INR in 1 day
5.5
5.5

As a highly experienced software engineer with over a decade of experience and a Top 1% ranking on Freelancer.com, I am confident that my skills and expertise align perfectly with your project needs. Not only do I have extensive knowledge in several programming languages including C++, C# and Node.js, but my deep understanding of cloud technology will prove vital for building your desired .exe file using the open-source LiveKit stack. While I might not have direct previous experience with LiveKit or WebRTC, my skillset gives me the ability to quickly learn and master new tools. I'm ready to dive into understanding LiveKit deeply to seamlessly integrate it into the final build. Regarding the recording capability you require, I plan to leverage my comprehensive knowledge and understanding of recording frameworks to deliver an impeccable solution that satisfies your needs. Lastly, let's talk about efficiency and delivering on-time. WithTop 1% ranking on Freelancer.com, clients often praise me for my quick turnarouns without compromising quality. I assure you that if you entrust me with your project, you'll receive an impeccable and efficient end product within your desired time-frame. To conclude, with my adeptness in software development, knowledge in relevant languages, and strong ability to learn quickly, I am confident I can bring your vision to life with ? ??????-???? ?x?ccutabl?.
₹7,000 INR in 7 days
5.6
5.6

Leveraging my extensive 14 years of experience as a Full Stack Developer with a special focus on Windows utility tools and desktop applications, I am uniquely equipped to take on your project with LiveKit. My expertise in C++, .NET, and Windows API will be invaluable in integrating the LiveKit stack into a standalone Windows executable as per your specifications. I assure you a clean, efficient, and thoroughly documented codebase complete with a concise README to facilitate easy use and maintenance. As someone who has worked extensively with C#, I guarantee the delivery of an EXE that performs impeccably on both Windows 10 and 11 without any external installations. I am well-versed in working without an intricate GUI and can ensure the availability of all crucial features you need - screen sharing, session recording, and an in-meeting chat, all through flags or commands. Regarding your mention of WebRTC experience, while I've not delved directly into LiveKit, my familiarity with WebRTC provides me with a strong foundation to integrate this stack seamlessly. My knowledge in C++ makes me especially well-suited for addressing your query about recording sessions efficiently. Looking forward to utilizing my varied skills and delivering your desired features within the specified time frame. Let's get going!
₹7,000 INR in 7 days
6.0
6.0

You want a single standalone .exe wrapping LiveKit — CLI-driven, no GUI — that hosts/joins a room with screen sharing, local recording, and in-call chat, running on Windows 10/11 with no external installs. We'd build it in Node with the LiveKit server + client SDKs and package to one binary (pkg/nexe). Screen share via the desktop capture source, chat over LiveKit data channels, and recording by capturing the composited track to a local file — all driven by flags or a minimal text menu. We've shipped real-time WebRTC apps before, so the SDK wiring and signalling are familiar ground. One honest note: LiveKit's usual recording path uses Egress as a separate service — I'll handle local recording without it so everything stays inside the single .exe. Ping me and I'll share the approach; can have a runnable build quickly.
₹12,000 INR in 3 days
3.9
3.9

Hi , I reviewed your core requirements for the standalone Windows CLI executable wrapping the open-source LiveKit stack. Building a lightweight, resource-efficient tool without a heavy GUI runtime like Electron is highly achievable, and I can deliver this production-ready solution within your strict 24-hour deadline. To meet your exact specifications and deliver a zero-dependency, standalone .exe for Windows 10/11, I will build this using Node.js (packaged as a single binary using native compilation) or Go, ensuring a blazing-fast CLI startup driven entirely by text menus, commands, and flags. My Integration & Recording Approach: LiveKit Room & Token Orchestration: I will integrate the official LiveKit SDK to programmatically handle local room instantiation, identity allocation, and immediate JWT token generation. Another instance running the same .exe can instantly connect by passing the matching room flag. Screen Sharing & Chat: I will utilize the media tracks API to trigger system-level screen capture permissions programmatically, alongside a lightweight, asynchronous text channel abstraction for in-meeting chat. Local Session Recording (How it's handled): To capture the session cleanly without overhead, the CLI tool will hook into the active incoming and outgoing WebRTC raw media streams (Audio/Video tracks). I will handle the stream composition and record it locally by piping the chunks directly into an integrated media recorder
₹7,000 INR in 1 day
2.3
2.3

Hi, I reviewed your requirement for a single-file Windows .exe wrapping the LiveKit stack and can deliver a lightweight CLI-based solution that enables creating and joining rooms, screen sharing, recording, and in-meeting chat without a full GUI. My approach would use the official LiveKit SDK with a Go-based or Node.js backend wrapper compiled into a standalone executable (via Go build or Electron Builder depending on final architecture). The app will expose CLI commands/flags to start a server, join rooms, enable screen sharing, initiate recording, and manage chat events in real time. Recording will be handled via LiveKit server recording APIs or Egress service, saving files locally as configurable output. Screen sharing and chat will use LiveKit WebRTC tracks and data channels. Deliverables: • Single Windows .exe (Win10/11 compatible) • Source code + build instructions • Minimal config file • README for setup and usage I can complete this within the required 24-hour window and ensure clean, reproducible builds. Best regards, Mukesh
₹7,000 INR in 7 days
2.4
2.4

Hi there, I can create an electron based app for your livekit stack application, I can wrap the livekit client app in electron app and can enable the core functionality for native .exe build. I have experience in webrtc as well as electron and other realtime backend frameworks. I would like to know if this is needed for local network area or need to serve the livekit on server and need the client app only for electron. I am interested in this and would like to discuss further on this. Please open the chat to discuss more about the project. Thanks
₹8,000 INR in 7 days
1.6
1.6

As an experienced full-stack developer, I am excited about the prospect of working on your Build Windows LiveKit Meeting project. With my deep understanding of Node.js and software development in general, I can assure you that I have both the skills and the motivation to deliver a standalone .exe that meets all your functional requirements within your tight deadline of 24 hours. Although I don't have significant prior experience with LiveKit specifically, I have extensive expertise in working with similar WebRTC technologies. Building upon this experience, my plan for this project would be to effectively integrate the LiveKit SDK into your desired Windows environment while ensuring full functionality of the core features - screen sharing, session recording, and chat – using minimal UI elements. In conclusion, my emphasis on scalable, secure and future-ready bilinguality provides me with the right skill set to deliver a successful project. Drawing from my past projects tracking to user stories incorporating live streams and WebRTC functionality, I am confident in my ability to deliver above and beyond your expectations. I look forward to discussing further details with you about how we can fortify this project delivery for you. Thank you for considering me as a potential partner.
₹7,000 INR in 7 days
0.0
0.0

Hi, I’m a full-stack developer with experience building real-time applications using WebSockets, Node.js, and modern JavaScript frameworks. While I haven't worked directly with LiveKit before, I have strong experience integrating third-party SDKs and rapidly delivering production-ready solutions. I can build a single-file Windows executable that wraps the LiveKit stack with CLI-driven controls for room creation/joining, screen sharing, in-meeting chat, and local session recording. I plan to leverage LiveKit's SDKs and recording capabilities while packaging the application as a standalone .exe with complete source code, documentation, and build instructions within the required timeline.
₹7,000 INR in 7 days
0.0
0.0

Hi, This is an interesting problem and closely related to a WebRTC-based video calling system I’ve built earlier using Node.js and Socket.IO. While I haven’t used LiveKit in production yet, I have strong hands-on experience with real-time media handling, signaling flows, and peer connection management. Based on your requirement, I would approach it as: - Use LiveKit server + Node SDK to manage rooms and participants - Wrap functionality into a CLI-based Node/Electron executable - Enable screen sharing via WebRTC APIs exposed by LiveKit - Integrate recording using LiveKit egress or server-side recording pipeline - Implement basic chat via data channels or LiveKit messaging I also use tools like Claude/Copilot to accelerate setup and ensure clean integration while I focus on reviewing correctness and debugging. Important: Since recording and packaging into a standalone EXE can vary based on environment, I would suggest starting with a working prototype first and then finalizing the packaging step. Quick question: Do you already have a LiveKit server set up, or should I include that in the workflow? Happy to discuss the approach. Thanks, Shahil
₹11,000 INR in 1 day
0.0
0.0

Hi! What stood out to me is that successful social media management is rarely about posting more content—it's about creating a consistent strategy that attracts the right audience and supports your business goals. Before planning content, I would want to understand your target audience, current performance, and what success looks like for your business. Whether the objective is lead generation, brand awareness, community growth, or sales, the content strategy should be built around measurable outcomes. I can help with: • Social media strategy and planning • Content calendars and scheduling • Post creation and optimisation • Community management and engagement • Analytics and performance reporting • Organic growth strategies • Cross-platform content management One advantage I bring is access to a broader delivery network through my BPO operations. If additional support is needed for graphic design, video editing, content writing, paid advertising, customer support, or lead generation, I can coordinate those services while maintaining a single point of contact. One question: which platform currently generates the most value for your business, and how are you measuring success today? Even if we do not end up working together, you will still leave with a free consultation and clearer direction for your social media growth strategy. Regards, Alex
₹6,250 INR in 7 days
0.0
0.0

As a professional IT solutions and software development company, my team at GSINFOTECHH OPC Pvt. Ltd. has the expertise and skills you need to bring your Windows LiveKit Meeting project to life. With years of experience in desktop software development, including C#, C++, and Node.js, we are adept at tackling challenges just like this – building streamlined, function-focused applications that deliver powerful results. In terms of integrating the LiveKit stack and addressing session recording, we approach all our projects with meticulous planning and execution. Each deliverable in your project description carries equal importance to us; as such, building a strong, reliable structure for LiveKit room initiation and joining alongside enabling screen sharing, session recording and in-meeting chat comes naturally to us. We make sure our work is scalable, secure and highly-perfornming - befitting for a video meeting software. Beyond just our technical suite, there's more to why you should choose us: we value transparency, commitment to deadlines and most importantly 100% client satisfaction. Your needs matter to us – ensuring all project deliverables are accomplished on time without compromising on quality is paramount. So let’s not just build a stand-alone .exe but also build a partnership where we take your ideas and convert them into the powerful market-ready products you need.
₹1,500 INR in 7 days
0.0
0.0

Hey , Good evening! I’ve carefully checked your requirements and really interested in this job. I’m full stack node.js developer working at large-scale apps as a lead developer with U.S. and European teams. I’m offering best quality and highest performance at lowest price. I can complete your project on time and your will experience great satisfaction with me. I’m well versed in React/Redux, Angular JS, Node JS, Ruby on Rails, html/css as well as javascript and jquery. I have rich experienced in WebRTC, .NET, C# Programming, Windows Desktop, C Programming, Node.js, Software Development and C++ Programming. For more information about me, please refer to my portfolios. I’m ready to discuss your project and start immediately. Looking forward to hearing you back and discussing all details.. Hope to hear from you soon
₹7,770 INR in 2 days
0.0
0.0

I understand that you're looking for a concise solution to host and manage video meetings using the LiveKit stack without the complexity of a full GUI. Your requirement for a single-file Windows executable emphasizes the need for efficiency and ease of use, which is crucial in today’s fast-paced environment. With 12+ years of experience in software development, I have successfully implemented similar solutions utilizing technologies like Node.js and Electron. My plan will involve wrapping the LiveKit SDK to ensure seamless screen sharing, session recording, and in-meeting chat functionalities through command-line operations. I will also include comprehensive documentation for easy setup and usage. To ensure everything runs smoothly on Windows 10/11 without external dependencies, I will carefully handle packaging along with minimal configuration files. Could you clarify if there are specific requirements for the session recording format or any preferences regarding the chat functionalities? Looking forward to collaborating on this interesting project!
₹12,500 INR in 7 days
0.0
0.0

Almost free service, premium-quality work. You’ll be happy after seeing the results—fast, reliable, and professional.
₹1,500 INR in 7 days
0.0
0.0

We'll build this with Node.js + the official LiveKit Node SDK, bundled into a standalone .exe using pkg — no external installs needed on Windows 10/11. Approach for the three core features: - Screen sharing: LiveKit's desktop track capture via the livekit-client SDK; the CLI flag triggers screen capture and publishes it to the room - Recording: subscribe to the room's combined tracks and pipe to a local FFmpeg subprocess for MP4 output — straightforward with LiveKit's track subscription API - Chat: LiveKit DataChannel for real-time messages; output to CLI stdout, input via stdin CLI flow: --host starts the LiveKit room server + joins as host; --join <roomId> joins as participant. --record saves the session locally. --chat enables the text channel. All actions controlled via flags and a minimal text menu; no GUI needed. 24-hour delivery is realistic for this scope — the LiveKit SDK abstracts the WebRTC complexity, so the work is mostly wiring the CLI flags, FFmpeg pipe, and packaging into the .exe. Deliverables: standalone .exe, full Node.js source, README with build instructions, and sample config. Are you connecting to a self-hosted LiveKit server or LiveKit Cloud? That affects the server URL config in the .exe.
₹9,999 INR in 1 day
0.0
0.0

I can do your work. I can do your work. I can do your work. I can do your work. I can do your work. I can do your work.I can do your work.I can do your work.
₹7,000 INR in 7 days
0.0
0.0

I can do this. A single .exe that wraps LiveKit—spin up rooms, join meetings, screen share, record, chat. CLI-driven, no GUI, runs on Windows 10/11 with zero external installs. Approach: Go-based build. Compiles to a single native binary—no runtime dependencies, no Node, no Electron bloat. LiveKit server embedded or launched as a subprocess. Client-side via LiveKit's Go SDK connecting to the local server instance. Screen sharing via platform API, recording saved to local disk using LiveKit's recorder composited into the server, chat via data channels. Flags/commands for every action: start server, join room, share screen, start/stop recording, send chat message. Minimal text menu optional. Two instances on same machine or LAN test: spin up, join, verify screen share and recording output. I'm new on Freelancer, not new to this. Built real-time communication tools, WebRTC-based systems, and single-binary deployment utilities for fintech environments. Deliverables within 24 hours: standalone .exe, full source code, README with build steps, config files. Let's start. — Michel
₹5,000 INR in 3 days
0.0
0.0

Vidisha, India
Payment method verified
Member since Feb 12, 2021
₹600-1500 INR
₹600-1500 INR
₹12500-37500 INR
₹1500-12500 INR
₹12500-37500 INR
₹750-1250 INR / hour
$10-30 USD
$10000-20000 USD
₹100-400 INR / hour
$250-750 USD
€250-750 EUR
₹12500-37500 INR
₹12500-37500 INR
₹1500-12500 INR
$250-750 USD
₹12500-37500 INR
$30-250 USD
₹12500-37500 INR
$30-250 USD
$25-50 USD / hour
$250-750 USD
$10-30 USD
$250-750 AUD
$10-70 USD
$15-25 USD / hour